run_ct_levels: A wrapper to run the catch levels determination routines

View source: R/run-ct-levels.R

run_ct_levelsR Documentation

A wrapper to run the catch levels determination routines

Description

A wrapper to run the catch levels determination routines

Usage

run_ct_levels(
  model = NULL,
  model_path = NULL,
  forecast_yrs = get_assess_yr():(get_assess_yr() + 3),
  run_default_hr = TRUE,
  run_spr_100 = TRUE,
  run_stable_catch = TRUE,
  ...
)

Arguments

model

The SS model output as loaded by create_rds_file()

model_path

The model directory name

forecast_yrs

A vector of forecast years

...

Passes arguments to run_ct_levels_default_hr(), run_ct_levels_spr_100(), and run_ct_levels_stable_catch()

Value

base::invisible()


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