Learn R Programming

spatialrisk (version 0.8.1)

plot_points: Deprecated alias for map_points()

Description

`plot_points()` is deprecated. Use [map_points()] instead.

Usage

plot_points(
  df,
  value = NULL,
  lon = "lon",
  lat = "lat",
  crs = 4326,
  at = NULL,
  layer_name = NULL,
  ...
)

Value

See [map_points()].

Arguments

df

Deprecated. Use data instead.

value

Optional column used to colour points.

lon

Column name with longitude.

lat

Column name with latitude.

crs

Coordinate reference system of the input coordinates.

at

Optional break points passed to [map_points()].

layer_name

Optional layer name.

...

Additional arguments passed to [map_points()].