view.cases.map: Brazil COVID19 map - new cases

Description Usage Arguments Value Examples

View source: R/casesmap.R

Description

The function creates line chart displaying the number of new COVID19 cases (7-days mean incidence) in Brazil

Usage

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

Arguments

x

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

perhab

boolean (default = FALSE). True displays the incidence per 1 million people.

Value

A plotly map from Brazil with covid19 incidence per state

Examples

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

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