Description Usage Arguments Examples
View source: R/plotCountryTimeline.R
plotCountryTimeline
1 | plotCountryTimeline(dateRange, country)
|
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. |
1 2 3 | plotCountryTimeline(c("2020/2/05", "2020/08/27"), "US")
plotCountryTimeline(c("2020-10-01", "2020-10-29"), "Germany")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.