run_oms | R Documentation |
Run OMs for a number of runs
run_oms(
ss_model = NULL,
n_runs = NULL,
yr_future = 0,
fns = NULL,
n_surveys = 2,
b_futures = 0.5,
sel_changes = 0,
catch_in = NA_real_,
hcr_apply = TRUE,
random_recruitment = TRUE,
attain = c(1, 1),
plot_names = NULL,
random_seed = NULL,
results_root_dir = here("results"),
results_dir = here("results", "default"),
...
)
ss_model |
SS model data as returned from |
n_runs |
The number of runs to run each scenario |
yr_future |
Number of years to run the simulations out to |
fns |
A vector of scenario names. See |
n_surveys |
The number of surveys. See |
b_futures |
Bias adjustment factors. See |
sel_changes |
Selectivity changes. See |
catch_in |
Catch into the future in kg |
plot_names |
A vector of names to show on plots. See |
random_seed |
The random seed to base run random seeds from. See
|
results_root_dir |
The results root directory |
results_dir |
The results directory |
... |
Arguments passed to |
Nothing, save OM output to a file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.