Creates an interactive Leaflet map displaying active cases per 'people' for the input data.
PerCapitaMap_leaflet(DATA, people = 1e+05, boundaryweights = 0.05)
Data containing prevalence information to map.
Transform from proportion of population to per 'people'.
Weight assigned to the maps boundary edges.
Outputs an interactive leaflet map displaying active cases per 'people' for the input data.
Other mapplots:
EventMap_leaflet()
,
EventMap_tmap()
,
PerCapitaMap_tmap()
if (FALSE) {
Denmark <- LoadData("LoadDenmark")
PerCapitaMap_leaflet(Denmark)
}