Deprecated plotting method for objects produced by
highest_concentration(). For current hotspot results, use
plot() on the object returned by concentration_hotspot.
# S3 method for conc
plot(
x,
grid_points = TRUE,
legend_title = NULL,
palette = "viridis",
legend_position = "bottomleft",
providers = c("CartoDB.Positron", "nlmaps.luchtfoto"),
...
)An interactive map.
Legacy object of class conc.
Logical. Whether to show grid points.
Optional legend title.
Palette used for the point layer.
Legend position for the point layer.
Leaflet tile providers.
Additional arguments passed to the interactive map.
Martin Haringa