View source: R/load_mse_plot_data.R
load_mse_plot_data | R Documentation |
setup_mse_plot_objects()
Load an mse plot object RDS file which holds the output of setup_mse_plot_objects()
load_mse_plot_data(
scenario = NULL,
overwrite_rds = FALSE,
main_results_dir = "results",
quants = c(0.05, 0.5, 0.95),
...
)
scenario |
The name of the scenario. This is the name of a subdirectory found in
the |
overwrite_rds |
Logical. If |
main_results_dir |
The name of the results directory which holds the mse output subdirectories in the project. |
quants |
Quantile values to use |
... |
Arguments to send to |
If the file exists and overwrite_rds
is FALSE
, the file is read in and the
content object is returned. If the file does not exist, it is created prior to the results
being returned.
The object which was returned by setup_mse_plot_objects()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.