View source: R/merge_run_data.R
merge_run_data | R Documentation |
Merge the run data into individual data frames for easy processing
merge_run_data(
sim_data = NULL,
short_term_yrs = NULL,
long_term_yrs = NULL,
quants = c(0.025, 0.05, 0.1, 0.25, 0.5, 0.75, 0.9, 0.95, 0.975),
catch_multiplier = 1e-06,
...
)
sim_data |
simulated data from the OM |
short_term_yrs |
Years included in short term plots |
long_term_yrs |
Years greater than this will be in long term plots |
quants |
Quantiles to calculate for plotting output data.frames |
catch_multiplier |
Value to multiply all catch calculations by |
... |
Absorbs extra parameters |
List of many outputs from the MSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.