View source: R/plot_on_earth.R
plot_on_earth | R Documentation |
Provides a plot to show daily distribution of corona pandemic
plot_on_earth(day, month, year, kind)
day |
wanted day. between 1 to 30. |
month |
wanted month. between 1 to 12. |
year |
wanted year. |
kind |
wanted variable to be plotted.death and confirmed are acceptable answers |
plot_on_earth(10,9,20,'death') #plots death distribution of death by corona on 10/9/2020 plot_on_earth(10,9,20,'confirmed') #does same as above but plots distribution of confirmed cases
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.