Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Dec 28, 2024
1 parent 1e1e3dc commit f049edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/merge.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ There is also a method for merging SpatVector with a data.frame; that is, to joi
\item{...}{if \code{x} is a SpatRaster: additional objects of the same class as \code{x}. If \code{x} is a SpatRasterCollection: options for writing files as in \code{\link{writeRaster}}. If \code{x} is a SpatVector, the same arguments as in \code{\link[base]{merge}}}
\item{first}{logical. If \code{TRUE}, in areas where rasters overlap, the first value is used. Otherwise the last value is used}
\item{na.rm}{logical. If \code{TRUE} values that are \code{NA} are ignored}
\item{algo}{integer. You can use 1, 2, or 3 to pick a merge algorithm. 1 appears to be fastest but file compression may be poor. 2 and 3 are slower but have better compression. 3 appears to have the best compression}
\item{algo}{integer. You can use 1, 2, or 3 to pick a merge algorithm. 1 is generally faster than 2, but file compression may be poor. 2 is slower but has better compression. In algo 3 a \code{\link{vrt)) is used and returned if no filename is specified; otherwise its performance is like that of algo 2}
\item{filename}{character. Output filename}
\item{overwrite}{logical. If \code{TRUE}, \code{filename} is overwritten}
\item{wopt}{list with named options for writing files as in \code{\link{writeRaster}}}
Expand Down

0 comments on commit f049edf

Please sign in to comment.