View source: R/create-group-df-recr.R
create_group_df_recr | R Documentation |
ggplot2::ggplot()
Create a data frame containing model output recruitment from a
model list which is in long format ready for ggplot2::ggplot()
create_group_df_recr(
model_lst = NULL,
model_names = NULL,
devs = FALSE,
relative = FALSE,
...
)
model_lst |
A list of models, each created by |
model_names |
A vector of model names,the same length as |
devs |
Logical. If |
... |
Arguments passed to |
A list containing a tibble::tibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.