worldCovidPlot: Plot world map colored with covid-19

Description Usage Arguments Value Author(s) Examples

View source: R/worldCovidPlot.R

Description

Takes the data from updateCovid function and passes it on to plot a world map colored by the count of cases of each country.

Usage

1
worldCovidPlot(day = "2020-09-19", type = "cases")

Arguments

day

A date value. Default is "2020-09-19"

type

type of the data to plot. One of the three values: "cases","deaths", and "recovered".

Value

a plot

Author(s)

Ali Malek

Examples

1
worldCovidPlot(day = "2020-09-19", type = "cases")

Iarima/covidPlots documentation built on Dec. 31, 2020, 1:04 p.m.