corona_country {corona} | R Documentation |
Plot time course of coronavirus case incidence and deaths for one country
Description
The daily case rate is also shown as a smoothed curve. The smoothed death incidence is MULTIPLIED x5 to highlight its relationship to the incidence curve. See grown-up documentation (LyX)
Usage
corona_country(country, pdf = FALSE, smooth = TRUE, deaths = TRUE)
Arguments
country |
: no default |
pdf |
: defaults to FALSE. If TRUE, writes to country_name_new.pdf i.e. 'new.pdf' is appended to formal country name. If the country name contains spaces ' ' they are changed to underscores '' |
smooth |
: default TRUE show smoothed (red) curve |
deaths |
: default TRUE show deaths |
Examples
corona_country('United States');
corona_country('Taiwan');
[Package corona version 0.3.0 Index]