Description Usage Arguments Details Examples
Function crops (masks) the raster files with the shape file. Noninteractive version.
1 | CropRaster(filelist = NA, ShapeFile = NA, sufix = NA)
|
filelist |
- list of raster files to crop |
ShapeFile |
- mask shapefile used to crop rasters |
sufix |
- suffix for the output file name |
Masked files are stored in the current working directory with original name of file + the suffix provided. For example, if the input asc files are bio1.asc, bio2.asc, and you give the suffix as 'n', then the output masked files are bio1n.asc, bio2n.asc If by chance your files do not have any extension, then comment the statement below the note 'For file with extension' and uncomment the FileName statement below the note 'For files without extension
1 2 3 4 | ## Not run:
CropRaster()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.