View source: R/create-group-df-biomass.R
create_group_df_biomass | R Documentation |
ggplot2::ggplot()
Create a data frame containing model output of biomass from a
model list which is in long format ready for ggplot2::ggplot()
create_group_df_biomass(
model_lst = NULL,
model_names = NULL,
rel = FALSE,
bo_yr = 4,
...
)
model_lst |
A list of models, each created by |
model_names |
A vector of model names,the same length as |
rel |
Logical. If |
bo_yr |
The number of years prior to the start of the time series that you want to use as a plot point for B0 on biomass plots. |
... |
Arguments passed to |
A list or one or two tibble::tibble()
. If rel
is TRUE
, one
(biomass) If rel
is FALSE
, two (biomass and B0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.