View source: R/run-extra-forecasts.R
run_extra_forecasts | R Documentation |
Run extra forecasting for the model supplied
run_extra_forecasts(
model_path,
forecast_yrs,
catch_levels = list(list(rep(470000, length(forecast_yrs)), "470,000 t", "16-470000"),
list(rep(510000, length(forecast_yrs)), "510,000 t", "17-510000"), list(rep(6e+05,
length(forecast_yrs)), "600,000 t", "18-600000"), list(rep(650000,
length(forecast_yrs)), "650,000 t", "19-650000")),
...
)
model |
The SS model output as loaded by |
You must modify the catch-levels list inside this function prior
to running. Start withthe directory number after what is already
in the base model forecasts
directory.
If there is no mcmc component to the model, an error will be given and the program will be stopped
base::invisible()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.