Skip to contents

Get bar chart of the number of states improved compared to without wastewater over each forecast date

Usage

get_n_states_improved_plot(
  all_scores,
  figure_file_path,
  baseline_scenario = "no_wastewater",
  threshold_for_improvement = 1,
  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

threshold_for_improvement

the relative reduction that we will consider as an improvement over the baseline,

save_files

Whether or not to write to a folder of plots, default is TRUE

Value

p a ggplot object with a bar chart showing the number of jurisdictions with an improvement compared to the forecast without wastewater under each scenario.