plot_on_earth: plotting covid on earth

View source: R/plot_on_earth.R

plot_on_earthR Documentation

plotting covid on earth

Description

Provides a plot to show daily distribution of corona pandemic

Usage

plot_on_earth(day, month, year, kind)

Arguments

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

Examples

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

smehdim/hesaba.covid documentation built on March 30, 2022, 3:48 a.m.