`plot_points()` is deprecated. Use [map_points()] instead.
plot_points(
df,
value = NULL,
lon = "lon",
lat = "lat",
crs = 4326,
at = NULL,
layer_name = NULL,
...
)See [map_points()].
Deprecated. Use data instead.
Optional column used to colour points.
Column name with longitude.
Column name with latitude.
Coordinate reference system of the input coordinates.
Optional break points passed to [map_points()].
Optional layer name.
Additional arguments passed to [map_points()].