View source: R/load-forecasts.R
load_forecasts | R Documentation |
run_forecasts()
Fetch the output from previously-run forecasting using run_forecasts()
load_forecasts(
model_path = NULL,
first = 0,
forecast_yrs = get_assess_yr():(get_assess_yr() + 3),
verbose = TRUE,
...
)
first |
Load this many of the files. If a non-positive number, load them all. Used for debugging purposes to cut down the size of the lists used |
forecast_yrs |
A vector of forecast years |
verbose |
Logical. If |
... |
Absorbs arguments intended for other functions |
model |
The SS model output as loaded by |
If the forecasts directory does not exist or there is a problem
loading the forecasts, return NA
A list of forecast outputs as read in by r4ss::SSgetMCMC()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.