Skip to contents

Make concentration fit and forecast figure for supplement

Usage

make_fig2_ct_supp(
  ww_quantiles,
  loc_to_plot,
  date_to_plot,
  ms_fig_dir,
  n_forecast_days = 28,
  n_calib_days = 90,
  max_n_site_labs_to_show = 3,
  site_lab_names_to_show = NULL
)

Arguments

ww_quantiles

A tibble containing the calibrated wastewater concentrations, the evaluation wastewater concentration data, and the quantiles of the calibrated and forecasted wastewater concentrations

loc_to_plot

A character string indicating the state abbreviation for which state to plot, can only be one state

date_to_plot

A character string indicating what forecast date to plot, in IS08601 format YYYY-MM-DD

ms_fig_dir

A string indicating where to save the figure

n_forecast_days

An integer indicating the number of days to show the forecast for, default is 28

n_calib_days

An integer indicating the number of days to show the calibration data for, default is 90

max_n_site_labs_to_show

An integer indicating the maximum number of site-labs to show in the figure, default is 3

site_lab_names_to_show

a vector of character strings indicating the site lab names to be displayed in the plot. If NULL, the first max_n_site_labs_to_show or all are displayed. Default is NULL.

Value

A ggplot object containing a faceted horizontal plot of the calibrated and forecasted wastewater concentrations for 3 or fewer site-lab combinations for a single state