Learn R Programming

spatialrisk (version 0.7.1)

plot.neighborhood: Automatically create a plot for objects obtained from neighborhood_gh_search()

Description

Takes an object produced by `neighborhood_gh_search()`, and creates an interactive map.

Usage

# 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"),
  ...
)

Value

Interactive view of highest concentration on map

Arguments

x

object neighborhood object produced by `neighborhood_gh_search()`

buffer

numeric value, show objects within buffer (in meters) from circle (defaults to 0)

legend_title

title of legend

palette

palette for points (defaults to "viridis")

legend_position

legend position for points legend (defaults to "bottomleft")

palette_circle

palette for circles (default to "YlOrRd")

legend_position_circle

legend position for circles legend (defaults to "bottomright")

legend_title_circle

title of legend for circles

providers

providers to show. See `leaflet::providers` for a list.

...

additional arguments affecting the interactive map produced

Author

Martin Haringa