plot_points {spatialrisk} | R Documentation |
Create map with points
Description
Create map for a data.frame containing points.
Usage
plot_points(df, value, lon = "lon", lat = "lat", crs = 4326, at = NULL)
Arguments
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. |
Examples
## Not run:
plot_points(Groningen, value = "amount")
## End(Not run)
[Package spatialrisk version 0.7.2 Index]