view.deaths.map: Brazil COVID19 map - deaths

Description Usage Arguments Value Examples

View source: R/deathsmap.R

Description

The function creates a interactive map displaying the total number number of COVID19 deaths in Brazil

Usage

1
view.deaths.map(x, perhab = FALSE)

Arguments

x

a data frame with COVID19 information from load.covid()

perhab

boolean (default = FALSE). True displays the number of deaths per million people.

Value

A plotly map from Brazil with covid19 deaths per state

Examples

1
2
covid <- load.covidBr()
mymap <- view.deaths.map(covid)

dtiezzi/COVIDBR documentation built on Feb. 17, 2021, 9:46 a.m.