wsi_summary | R Documentation |
Summarise multiple raster layers by area
.wsi_summary(ras, ...) .wsi_summary_single(ras)
ras |
A raster stack |
... |
Additional (single-valued) attributes to add to the output table |
A data.table with the following columns:
method: The method used, either 'riparian', 'riparian_upstream', or 'catchment'
layer: The layer of origin for each row
value: The numeric value from the raster layer of each row
area: The area occupied by the category
proportion: The proportion of area (within the method and layer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.