plot.concentration | R Documentation |
Takes an object produced by 'highest_concentration()', and creates an interactive map.
## S3 method for class 'concentration'
plot(
x,
grid_points = TRUE,
legend_title = NULL,
palette = "viridis",
legend_position = "bottomleft",
providers = c("CartoDB.Positron", "nlmaps.luchtfoto"),
...
)
x |
object of class 'concentration' obtained from 'highest_concentration()' |
grid_points |
show grid points (TRUE), or objects (FALSE) |
legend_title |
title of legend |
palette |
palette for grid points (defaults to "viridis") |
legend_position |
legend position for grid points legend (defaults to "bottomleft") |
providers |
providers to show. See 'leaflet::providers' for a list. |
... |
additional arguments affecting the interactive map produced |
Interactive view of geohashes with highest concentrations
Martin Haringa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.