create_group_df_recr: Create a data frame containing model output recruitment from...

View source: R/create-group-df-recr.R

create_group_df_recrR Documentation

Create a data frame containing model output recruitment from a model list which is in long format ready for ggplot2::ggplot()

Description

Create a data frame containing model output recruitment from a model list which is in long format ready for ggplot2::ggplot()

Usage

create_group_df_recr(
  model_lst = NULL,
  model_names = NULL,
  devs = FALSE,
  relative = FALSE,
  ...
)

Arguments

model_lst

A list of models, each created by create_rds_file()

model_names

A vector of model names,the same length as model_lst

devs

Logical. If TRUE return recruitment deviations, if FALSE, return absolute recruitment

...

Arguments passed to extract_mcmc_quant()

Value

A list containing a tibble::tibble()


pacific-hake/hake-assessment documentation built on Jan. 14, 2025, 9:12 p.m.