Skip to contents

Get plot quantile comparison

Usage

get_plot_quantile_comparison(
  hosp_quantiles,
  eval_data,
  figure_file_path,
  days_to_show_forecast = 28,
  save_files = TRUE
)

Arguments

hosp_quantiles

dataframe of hospital admissions quantiles

eval_data

Hospital admissions data for visual comparison

figure_file_path

Outer directory for plots to go in

days_to_show_forecast

Number of days to show the forecast, default vlaue is 28

save_files

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

Value

a ggplot object with forecasts overlaid with evaluation data for each scenarion in a specific location for visual comparison