plotVTM | R Documentation |
Create raster of leading vegetation types and Plot
a bar chart summary
and a vegetation type map. NOTE: plot order will follow colors
order.
plotVTM(
speciesStack = NULL,
vtm = NULL,
vegLeadingProportion = 0.8,
sppEquiv,
sppEquivCol,
colors,
title = "Leading vegetation types"
)
speciesStack |
A |
vtm |
An optional vegetation type map ( |
vegLeadingProportion |
Numeric between 0-1, determining the relative biomass threshold a species needs to pass to be considered "leading". |
sppEquiv |
table with species name equivalencies between the kNN and final naming formats.
See |
sppEquivCol |
the column name to use from |
colors |
Named vector of colour codes, named using species names. NOTE: plot order will follow this order. |
title |
The title to use for the generated plots. |
Eliot McIntire
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.