View source: R/create-plot-objects.R
create_plot_objects | R Documentation |
Create and/or load RDS file contents from multiple MSE runs
create_plot_objects(
scenarios = c("biasadjust", "climate", "hcr", "selectivity"),
om_only = rep(FALSE, length(scenarios)),
overwrite_rds = TRUE,
...
)
scenarios |
A vector of directory names inside the results directory with MSE results |
om_only |
A vector of logicals of the same length as |
overwrite_rds |
If TRUE, all RDS files will be re-created (takes a long time). If FALSE, the files that exists will be loaded and returned |
... |
Arguments to pass to |
A list of length of scenarios
containing MSE output data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.