plot_scenario {isobxr} | R Documentation |
plot sim.scenario outputs
Description
A function to plot delta and size vs time from the sim.scenario runs and to include observations along simulations.
Usage
plot_scenario(
workdir,
scenario_dir_name,
shown_runs = NULL,
time_unit = NULL,
hidden_boxes = NULL,
return_as_print = TRUE,
show.facets = FALSE,
show.run_separations = TRUE,
observations_file = NULL,
observations_groups = NULL
)
Arguments
workdir |
Working directory of isobxr excel master file and where output files will be stored if exported by user. (character string) |
scenario_dir_name |
name of sim.scenario SERIES directory (starts with 3_SCEN) |
shown_runs |
Vector of successive run numbers (RUN_n) to be displayed (e.g., 1:5). |
time_unit |
Time unit to use on plot if different from native time unit. |
List of boxes to hide from plots, as a vector of character strings. | |
return_as_print |
If TRUE, prints delta and size vs. time plots in a single page figure on R. |
show.facets |
If TRUE, shows delta vs. time as faceted by BOX. |
show.run_separations |
If TRUE, shows limits between subruns. |
observations_file |
Name of the csv file containing observations (without csv extension).
Default is NULL. |
observations_groups |
vector of observations groups to include in plot, |
Value
A set of plots showing the evolution of delta and sizes with time.