Description Usage Arguments Value Examples
The function creates a interactive map displaying the total number number of COVID19 deaths in Brazil
1 | view.deaths.map(x, perhab = FALSE)
|
x |
a data frame with COVID19 information from load.covid() |
perhab |
boolean (default = FALSE). True displays the number of deaths per million people. |
A plotly map from Brazil with covid19 deaths per state
1 2 | covid <- load.covidBr()
mymap <- view.deaths.map(covid)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.