Creates an interactive Leaflet map displaying active cases per 'people' for the input data.

PerCapitaMap_leaflet(DATA, people = 1e+05, boundaryweights = 0.05)

Arguments

DATA

Data containing prevalence information to map.

people

Transform from proportion of population to per 'people'.

boundaryweights

Weight assigned to the maps boundary edges.

Value

Outputs an interactive leaflet map displaying active cases per 'people' for the input data.

See also

Examples

if (FALSE) {
Denmark <- LoadData("LoadDenmark")
PerCapitaMap_leaflet(Denmark)
}