
Plot vegetation transitions (Sankey / alluvial diagram)
plot_transitions.RdRenders a Sankey-style alluvial diagram showing how cells move between vegetation types (leading species or community labels) across user-specified snapshot years.
Arguments
- lodes_df
tibblein lodes form as returned bytransition_data().- colours
Named character vector mapping label names to hex colours. If
NULL(default), a built-in qualitative palette is used.- title
Character. Plot title (default:
NULL-> no title).
Details
The width of each band is proportional to the mean number of cells that follow that transition path (averaged across replicates).
See also
transition_data(), leading_species(), community_label()
Other Vegetation transition helpers:
biomass_landscape_summary(),
community_label(),
leading_species(),
plot_species_biomass(),
read_biomass_c_snapshots(),
read_biomass_output_rasters(),
transition_data()