Description Usage Arguments Value Examples
The function creates line chart displaying the number of COVID19 deaths (7-days mean) in Brazil
1 | view.covid.deaths(x, ibgeinfo = NA, top5 = FALSE)
|
x |
a data frame with COVID19 information from load.covid() |
ibgeinfo |
a data frame (default = NA, all Brazil data) from ibge.id() |
top5 |
boolean (default = FALSE). True if id == NA. If True, displays the top5 states in total number of cases |
A line chart with covid19 deaths in function of time
1 2 3 | covid <- load.covidBr()
myid <- ibge.id('SP')
mychart <- view.covid.deaths(covid, myid)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.