
Plot fitted LANDIS-II growth curves against PSP observations
plot_species_growth_curves.RdOverlays the fitted LANDIS-version growth curve (BscaledNonLinear) on the
permanent-sample-plot (PSP) biomass observations behind it, faceted by
species and coloured by ecoregion. A calibration diagnostic for the Biomass
Succession species parameterization produced – in LANDIS mode – by the
Biomass_speciesParameters SpaDES module: it shows how each fitted growth
curve sits within the spread of the PSP data, and how that data is
distributed across ecoregions.
Usage
plot_species_growth_curves(
landis_curves,
psp_points,
biomass_label = quote("Biomass" ~ (g ~ m^-2))
)Arguments
- landis_curves
A data frame with columns
species,standAge, andBscaledNonLinear– e.g. thespeciesGrowthCurvesLandisoutput ofBiomass_speciesParametersrun in LANDIS mode.- psp_points
A data frame with columns
speciesTemp(species code),standAge,biomass, andecoregion– e.g. thespeciesGrowthCurvesPSPoutput ofBiomass_speciesParametersrun in LANDIS mode.- biomass_label
Axis label for biomass, as a plotmath expression (or a plain string). Defaults to
quote("Biomass" ~ (g ~ m^-2)).