create_group_df_index: Create a data frame containing model output index fits from a...

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

create_group_df_indexR Documentation

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

Description

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

Usage

create_group_df_index(
  model_lst = NULL,
  model_names = NULL,
  survey_type = c("age1", "age2")
)

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

survey_type

Either age1 or age2

Value

A list containing a tibble::tibble()


pacific-hake/hake-assessment documentation built on Nov. 8, 2024, 1:16 p.m.