Make concentration fit and forecast figure
Usage
make_fig2_ct(
ww_quantiles,
loc_to_plot,
date_to_plot,
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
- 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 isNULL
.