plot_points: Create map with points
Description
Create map for data.frame with points.
Usage
plot_points(
df,
value,
lon = lon,
lat = lat,
palette = "viridis",
legend_position = "bottomleft",
crs = 4326
)
Arguments
- df
data.framw with column for lon and lat
- value
column in df
- lon
column with lon
- lat
column with lat
- palette
color palette
- legend_position
position for legend (default is "bottomleft")
- crs
crs (default is 4326)
Examples
Run this codeif (FALSE) {
plot_points(Groningen, value = amount)
}
Run the code above in your browser using DataLab