Description Usage Arguments Value See Also
View source: R/rasterMosaicFromFiles.R
Mosaic raster files into a new raster with a larger spatial extent
1 2 3 | mosaicFromFiles(x, cropOut = NULL, fun = "mean", tolerance = 0.05,
filename = paste(tempfile(), ".grd", sep = ""),
overwrite = file.exists(filename), ...)
|
x |
a string specifying raster files |
cropOut |
area to crop the output raster to |
fun |
Function, see |
tolerance, |
numeric, see |
filename |
Output file, see |
overwrite |
Logical, see |
... |
Additional arguments for |
A raster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.