Deprecated plotting method for objects produced by
neighborhood_gh_search(). For current hotspot results, use
plot() on the object returned by concentration_hotspot.
# S3 method for neighborhood
plot(
x,
buffer = 0,
legend_title = NULL,
palette = "viridis",
legend_position = "bottomleft",
palette_circle = "YlOrRd",
legend_position_circle = "bottomright",
legend_title_circle = "Highest concentration",
providers = c("CartoDB.Positron", "nlmaps.luchtfoto"),
...
)An interactive map.
Legacy object of class neighborhood.
Numeric. Buffer around the circle in meters.
Optional legend title for the point layer.
Palette used for the point layer.
Legend position for the point layer.
Palette used for the circle layer.
Legend position for the circle layer.
Optional legend title for the circle layer.
Leaflet tile providers.
Additional arguments passed to the interactive map.
Martin Haringa