View source: R/covidPlotTrend.R
covidPlotTrend | R Documentation |
Draws plot of cumulative total cases (per perx population) vs date for specified US counties
covidPlotTrend(x, countylist = NULL, perx = 1e+05, ndays, ...)
x |
from covidDownload() |
countylist |
vector of county names like "Montgomery County, Maryland" as found in unique fullname entries in covidDownload() |
perx |
per how many people |
ndays |
show only the last ndays days of data |
... |
other parameters to pass to plot() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.