Creates a tmap map displaying active cases per 'people' for the input data.
PerCapitaMap_tmap(
DATA,
people = 1e+05,
boundaryweights = 0.05,
projectionCRS = "+proj=eqearth",
maptitle = NA
)
Data containing prevalence information to map.
Transform from proportion of population to per 'people'.
Weight assigned to the maps boundary edges.
Type of geographic projection to use.
Adds title to map.
Outputs a tmap displaying active cases per 'people' for the input data.
Other mapplots:
EventMap_leaflet()
,
EventMap_tmap()
,
PerCapitaMap_leaflet()
if (FALSE) {
Denmark <- LoadData("LoadDenmark")
PerCapitaMap_tmap(Denmark)
}