View source: R/excess.vs.covid.R
excess.vs.covid | R Documentation |
Function to show COVID and excess deaths for 2020/21.
excess.vs.covid( age.group=c( "Under 25 years", "25-44 years", "45-64 years", "65-74 years", "75-84 years", "85 years and older"), cumulative=FALSE, data=list(), xlim=c(60,366+365+181), bg="transparent", lwd=2, ...)
age.group |
age group or groups. |
cumulative |
show cumulative deaths (logical). |
data |
list containing CDC data. If not supplied, function will create this object. |
xlim |
x limits for the plot. |
bg |
background color of the plot. |
lwd |
line width. |
... |
optional arguments. |
A plot.
Liam Revell liam.revell@umb.edu
References here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.