
Automatically create a plot for objects obtained from highest_concentration()
Source:R/deprecated_highest_concentration.R
plot.conc.Rd
Takes an object produced by `highest_concentration()`, and creates an interactive map.
Arguments
- x
object of class `conc` 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