mosaicFromFiles {Pmisc} | R Documentation |
Mosaic raster files into a new raster with a larger spatial extent
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