corona_country: Plot time course of coronavirus case incidence and deaths for...

Description Usage Arguments Examples

View source: R/country.R

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

1
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

1
2
corona_country('United States'); 
corona_country('Taiwan'); 

corona documentation built on Oct. 23, 2020, 7:15 p.m.