plot_world_map: plot_world_map

Description Usage Arguments Value Examples

View source: R/plot_world_map.R

Description

shows corona data of all countries on the world world map on the desired date.

Usage

1
plot_world_map(day1 = 27, month1 = 10, year1 = 20, type1 = "confirmed")

Arguments

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

Value

A plot

Examples

1
plot_world_map(day1 = 27,month1=10,year1=20,type1='confirmed')

kian79/Covid19 documentation built on Jan. 1, 2021, 7:18 a.m.