Skip to contents

Get plot scores with evaluation data overlaid

Usage

get_plot_scores_w_data(
  all_scores,
  eval_data,
  figure_file_path,
  score_metric = "crps",
  save_files = TRUE
)

Arguments

all_scores

a dataframe containing daily scores for each scenario, and forecast date, for a single location

eval_data

a dataframe containing the hospital admissions data that the forecasts are evaluated against

figure_file_path

Outer directory for plots to go in

score_metric

A string indicating the score metric to plot, default is "crps"

save_files

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

Value

a ggplot object plotting the scores summarized by forecast date and scenario over time with the data overlaid