View source: R/map_plot_points.R
plot_points | R Documentation |
Create map for a data.frame containing points.
plot_points(df, value, lon = "lon", lat = "lat", crs = 4326, at = NULL)
df |
data.frame containing columns for longitude and latitude. |
value |
column in |
lon |
column in |
lat |
column in |
crs |
crs code for the coordinate reference system (default is 4326). |
at |
the breakpoints used for visualisation. |
## 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.