View source: R/covidPlotContagiousEach.R
covidPlotContagiousEach | R Documentation |
covidPlotContagiousEach
covidPlotContagiousEach( x, countylist = c("Montgomery County, Maryland", "District of Columbia, District of Columbia"), ndays, dayscontagious = 14, perx = 1e+05, digits = 3, crop_length_legend = 10, ... )
x |
from covidDownload |
countylist |
vector of county names like "Montgomery County, Maryland" as found in unique fullname entries in covidDownload() |
ndays |
show only the last ndays days of data |
dayscontagious |
how many recent days of new cases to add together, as a way to approximate how many people are currently still contagious |
perx |
per how many people such as per 100 or per 100000 |
digits |
controls number of significant digits in legend |
crop_length_legend |
how many characters to use of the place names in legend |
... |
passed to covidPlotContagious() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.