Get box plot by date and scenario
Usage
get_box_plot(
all_scores,
figure_file_path,
baseline_scenario = "no_wastewater",
save_files = TRUE
)
Arguments
- all_scores
the full set of scores for each location, forecast date, scenario, and date
- figure_file_path
Outer directory for plots to go in
- baseline_scenario
the scenario to compute the difference in crps scores relative to, default is
no_wastewater
- save_files
Whether or not to write to a folder of plots, default is
TRUE