plotCountryTimeline: plotCountryTimeline

Description Usage Arguments Examples

View source: R/plotCountryTimeline.R

Description

plotCountryTimeline

Usage

1
plotCountryTimeline(dateRange, country)

Arguments

dateRange

A date vector of length 2. indicates a time period between two days

country

Name of the country to be plotted. Tt should start with capital letter.

Examples

1
2
3
plotCountryTimeline(c("2020/2/05", "2020/08/27"), "US")

plotCountryTimeline(c("2020-10-01", "2020-10-29"), "Germany")

PlasterPate/covid19Tracker documentation built on Dec. 31, 2020, 4:18 p.m.