Description Usage Arguments Value Examples
View source: R/plot_world_map.R
shows corona data of all countries on the world world map on the desired date.
1 | plot_world_map(day1 = 27, month1 = 10, year1 = 20, type1 = "confirmed")
|
day1 |
the day that you want to see its data |
month1 |
the month that you want to see its data |
type1 |
the type of data that you want to see it can be 'confirmed' 'deaths' and 'recovered' |
year |
the year that you want to see its data |
A plot
1 | plot_world_map(day1 = 27,month1=10,year1=20,type1='confirmed')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.