Skip to contents

Creates a stacked area chart of landscape-mean biomass density by species over time.

Usage

plot_species_biomass(summary_df, colours = NULL, title = NULL)

Arguments

summary_df

tibble as returned by biomass_landscape_summary().

colours

Named character vector of hex colours, one per species. If NULL (default), a built-in qualitative palette is used.

title

Character. Plot title (default: NULL -> no title).

Value

A ggplot object.