View source: R/map_plot_points.R
plot_points | R Documentation |
Creates an interactive map for a data.frame containing point coordinates, colored by a selected variable.
plot_points(df, value, lon = "lon", lat = "lat", crs = 4326, at = NULL)
df |
A data.frame containing columns for longitude and latitude. |
value |
A string giving the name of the column in |
lon |
A string with the name of the column containing longitude
values. Default is |
lat |
A string with the name of the column containing latitude
values. Default is |
crs |
Integer; EPSG code for the coordinate reference system.
Default is |
at |
Optional numeric vector; breakpoints used for visualization. |
An interactive mapview
object.
## Not run:
plot_points(Groningen, value = "amount")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.