getmask | R Documentation |
Build a mask with the intersection of the topography and the spatial inventory.
getmask(inventory, topography)
inventory |
Input inventory (see the inputs formats and metadata in the vignette) (data.frame) |
topography |
Digital terrain model (DTM) of the inventoried plot (LiDAR,
1m resolution)
(RasterLayer with a crs in UTM) (See |
The inventoried plot mask (SpatialPolygonsDataFrame with a crs in UTM)
data(Paracou6_2016)
data(DTMParacou)
mask <- getmask(Paracou6_2016, DTMParacou)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.