View source: R/execute_landclip.R
execute_landclip | R Documentation |
Execute landscape clip and mask
execute_landclip(polygons, rasterpath, idvar, outdir, overrast, na_value = NA)
polygons |
SpatialPolygonDataFrame of polygons to use to clip raster |
rasterpath |
Full path name for landscape raster file |
idvar |
Identifying variable name within feature shapefile to use for naming output rasters |
outdir |
Directory where .tif landscape clips are to be stored, do not include final backslash |
overrast |
Logical, should existing rasters with same filename be overwritten? |
na_value |
Numeric, to assign NA values in raster |
parallel |
execute landscape clips in parallel? (if yes requires set up of parallel environment) |
execute_landclip()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.