
Community label per cell at each snapshot
community_label.RdLabels each cell with a community type defined by its top-n_spp species
by biomass, joined with "-" (e.g. "Hw-Sx" for a western hemlock –
spruce co-dominant cell). Cells where all species biomass is zero are
labelled "Non-vegetated".
Arguments
- df
data.tableordata.frameas returned byread_biomass_c_snapshots().- n_spp
Integer. Number of top species to include in the label (default
2).- min_pct
Numeric in (0, 1). Minimum fraction of total cell biomass that the top species must account for to be included; remaining species in the top-
n_sppset that fall below this threshold are dropped from the label (default0.1, i.e. a species contributing < 10% of cell total is omitted).
See also
leading_species(), plot_transitions()
Other Vegetation transition helpers:
biomass_landscape_summary(),
leading_species(),
plot_species_biomass(),
plot_transitions(),
read_biomass_c_snapshots(),
read_biomass_output_rasters(),
transition_data()