clipmask | R Documentation |
Internal function that clips landscapes within 'execute_landclip', not to be called directly
clipmask(land, polygonID, polygons, outdir, idvar, overrast, na_value = NA)
land |
landscape raster, passed from 'execute_landclip' |
polygonID |
id of specific polygon used for clip and mask |
polygons |
SpatialPolygonDataFrame of polygons to clip, passed from 'execute_landclip' |
outdir |
Directory where .tif landscape clips are to be stored, passed from 'execute_landclip' |
idvar |
Identifying variable name within feature shapefile, passed from 'execute_landclip' |
overrast |
Logical, should existing rasters with same filename be overwritten? |
na_value |
Numeric, to assign NA values in raster |
see 'execute_landclip' for usage example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.