View source: R/load-ct-levels.R
load_ct_levels | R Documentation |
Load catch levels from SS forecast files.
load_ct_levels(model_path, ...)
model_path |
The model directory name |
... |
Absorbs arguments intended for other functions |
This is used to retrieve calculated values after running the
run_ct_levels()
function for default HR, SPR 100, and stable catch
stream scenarios
Assumes run_ct_levels()
function has been run and the forecast
files are populated with 3 forecast years.
A list of 3-element lists of vectors of 3 catch levels corresponding to:
vector of values, 1 for each forecast year
Pretty name of the catch stream scenario
The directory name for the scenario
Return object looks the same as the the list returned from
set_ct_levels()
but with the NAs replaced for the catch levels that
needed to be run through algorithms to get the catch values (default-hr,
spr-100, stable-catch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.