Skip to content

Commit

Permalink
rd
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jan 4, 2025
1 parent 2cf429f commit 2584762
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 55 deletions.
52 changes: 0 additions & 52 deletions man/convhull.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion man/deprecated.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
\title{deprecated methods}

\description{
These methods are deprecated and will be removed in future versions
This method is no longer available. Use \code{\link{gridDist}} instead
}

\usage{
Expand Down
1 change: 0 additions & 1 deletion man/gridDist.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

\alias{gridDist}
\alias{gridDist,SpatRaster-method}
\alias{gridDistance,SpatRaster-method}


\title{Distance on a grid}
Expand Down
3 changes: 2 additions & 1 deletion man/merge.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ There is also a method for merging SpatVector with a data.frame; that is, to joi
}

\usage{
\S4method{merge}{SpatRaster,SpatRaster}(x, y, ..., first=TRUE, na.rm=TRUE, algo=1, method=NULL, filename="", overwrite=FALSE, wopt=list())
\S4method{merge}{SpatRaster,SpatRaster}(x, y, ..., first=TRUE, na.rm=TRUE, algo=1, method=NULL,
filename="", overwrite=FALSE, wopt=list())

\S4method{merge}{SpatRasterCollection,missing}(x, first=TRUE, na.rm=TRUE, algo=1, method=NULL, filename="", ...)

Expand Down

0 comments on commit 2584762

Please sign in to comment.