Creates an interactive Leaflet map displaying exposure risk for the input data.
EventMap_leaflet(DATA, G, AB, boundaryweights = 0.05)
Data containing prevalence information to map.
Event size to compute risk for.
Case ascertainment bias to compute risk for.
Weight assigned to the maps boundary edges.
Outputs an interactive leaflet map displaying exposure risk for the input data.
Other mapplots:
EventMap_tmap()
,
PerCapitaMap_leaflet()
,
PerCapitaMap_tmap()
if (FALSE) {
Austria <- LoadData("LoadAustria")
Austria$AB <- 4
EventMap_leaflet(Austria, 50, Austria$AB)
}