A function to plot delta and size vs time from the sim.single_run outputs
plot_single_run(
workdir,
RUN_ID,
time_as_log10 = TRUE,
time_unit = NULL,
hidden_boxes = NULL,
return_as_print = TRUE
)
Working directory of isobxr excel master file and where output files will be stored if exported by user. (character string)
ID of the run (formerly SERIES_RUN_ID). Corresponds to the name of the .rds file storing the results of the run.
If TRUE, uses logarithmic time scale in plot.
Default is TRUE.
Time unit to use on plot if different from native time unit.
Character string, to be selected among the following:
micros, ms, s, min, h, d, wk, mo, yr, kyr, Myr, Gyr
Default is NULL.
List of boxes to hide from plots, as a vector of character strings.
For instance c("SOURCE", "SINK").
If TRUE, prints delta and size vs. time plots in a single page figure on R.
If FALSE, returns separately delta and size vs. time plots as list of editable R objects.
Default is TRUE.
A set of plots showing the evolution of delta and sizes with time.