View source: R/update_om_data.R
update_om_data | R Documentation |
Update the OM data for a new year
update_om_data(
yr = NULL,
om = NULL,
yr_survey_sims = NULL,
f_new = NULL,
c_increase = NULL,
m_increase = NULL,
sel_change = NULL,
wage_only = FALSE,
...
)
yr |
The year to add |
om |
Operating model output as returned by |
yr_survey_sims |
Years in which a survey takes place |
f_new |
The output of the |
c_increase |
Increase in max movement |
m_increase |
Decrease of spawners returning south |
sel_change |
Time varying selectivity |
wage_only |
Only update the wage_ data.frames, nothing else |
... |
Absorb unused parameters return a random normal using mean = 0 and sd = exp(om$rdev_sd) |
A list of the data needed by TMB::MakeADFun()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.