Cross-sectional map: Average daily incidence for the past 7 days for each country.
1 | map_burden(df, world)
|
df |
A dataframe with the following: region, country, date, incidence as 4-level factors (0- <1, 1- <10, 10- <25, 25+) Produces an epi curve, region stacked bar plot for each epi-week (Monday-Sunday). Input df SHOULD ONLY HAVE ONE DATE! |
world |
Basemap, a dataframe with the following: admin, geometry, iso3code |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.