Get bar chart of the number of states improved compared to without wastewater over each forecast date
Source:R/plots.R
get_n_states_improved_plot.Rd
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