View source: R/test_map_rate.R
test_map_rate | R Documentation |
Plot Test Rates by ZIP Code for a Given Period
test_map_rate(
data = process_pcr(read_pcr(date = date)),
days = 14L,
lag = 5L,
date = NULL
)
data |
Prepped case data |
days |
Number of days to consider |
lag |
Reporting lag |
date |
The download date of the data; defaults to most recent |
A ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.