Calculate monthly "truth" for a species
calc_truth_monthly.RdThis function calculates the monthly "truth" for a species by filtering the data for the specified species and type
Arguments
- data
A tibble containing ecosystem model outputs from
load_model().- species_name
A string specifying the species name to subset.
- truth_type
A string specifying the type of "truth" to calculate.
Examples
data(ewe_ecosim_base_nwatlantic)
data <- ewe_ecosim_base_nwatlantic
truth_monthly <- ecosystemom:::calc_truth_monthly(
data,
species_name = "menhaden",
truth_type = "biomass"
)