View source: R/case_plot_daily.R
case_plot_daily | R Documentation |
Plot Daily New Cases by Specimen Collection Date
case_plot_daily(
data = pos(process_inv(read_inv(date = date))),
date = NULL,
delay = NULL
)
data |
Case data, as output by
|
date |
The report date of the data; defaults to the most recent date |
delay |
Number of days to ignore 7 day average (due to incomplete data);
default is calculated using
|
A ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.