Skip to contents

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

Value

p a ggplot object with a box plot showing the average improvement in scores by forecast date and scenario for each location