Description Usage Arguments Examples
This function plots a choropleth map of the world showing the spread of coronavirus in a specific time period
1 | plotWorldMap(dateRange, type)
|
dateRange |
a date vector of length 1 or 2. if one element is passed, indicates a single day. if two elements are passed, indicates a sequence of days between two days. |
type |
type of the coronavirus case. one of "Confirmed" or "Death" |
1 2 3 | plotWorldMap(c("2020/03/26","2020/05/12"), type = "Confirmed")
plotWorldMap(c("2020/06/21"), type = "Death")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.