Skip to contents

Deprecated plotting method for objects produced by highest_concentration(). For current hotspot results, use plot() on the object returned by concentration_hotspot.

Usage

# S3 method for class 'conc'
plot(
  x,
  grid_points = TRUE,
  legend_title = NULL,
  palette = "viridis",
  legend_position = "bottomleft",
  providers = c("CartoDB.Positron", "nlmaps.luchtfoto"),
  ...
)

Arguments

x

Legacy object of class conc.

grid_points

Logical. Whether to show grid points.

legend_title

Optional legend title.

palette

Palette used for the point layer.

legend_position

Legend position for the point layer.

providers

Leaflet tile providers.

...

Additional arguments passed to the interactive map.

Value

An interactive map.

Author

Martin Haringa