Skip to content

Commit

Permalink
for #1345
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Dec 4, 2023
1 parent efd150e commit 315295a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/project.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Change the coordinate reference system ("project") of a SpatVector, SpatRaster o
\code{min, q1, med, q3, max, average, mode, rms}: the minimum, first quartile, median, third quartile, maximum, mean, mode, or root-mean-square value of all non-NA contributing grid cells.
}

\item{mask}{logical. If \code{TRUE}, mask out areas outside the input extent (see example with Robinson projection)}
\item{mask}{logical. If \code{TRUE}, mask out areas outside the input extent. For example to avoid data wrapping around the date-line (see example with Robinson projection). To remove cells that are \code{NA} in \code{y} (if \code{y} is a SpatRaster) you can use the \code{\link{mask} method} after calling \code{project} (this function)}

\item{align}{logical. If \code{TRUE}, and \code{y} is a SpatRaster, the template is used for the spatial resolution and origin, but the extent is set such that all of the extent of \code{x} is included}

\item{res}{numeric. Can be used to set the resolution of the output raster if \code{y} is a CRS}
Expand Down

0 comments on commit 315295a

Please sign in to comment.