Description Usage Arguments Value
View source: R/rccs_leaflet_inc_map.R
Cumulative incidence Leaflet map A function to generate a dynamic world map
1 2 3 4 5 6 | rccs_leaflet_inc_map(
csse_data_object,
n_days = 7,
as_of = NA,
custom_brks = NA
)
|
csse_data_object |
a CsseData object created by load_csse |
n_days |
cumulative incidence period length |
as_of |
the cut-off date |
custom_brks |
custom breaks for legend intervals. Must contains lower an upper bounds. |
a leaflet object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.