Learn R Programming

spatialrisk (version 0.8.1)

points_to_polygon: Deprecated alias for summarise_points_by_polygon()

Description

`points_to_polygon()` is deprecated. Use [summarise_points_by_polygon()] instead.

Usage

points_to_polygon(sf_map, df, oper, crs = 4326, outside_print = FALSE)

Value

See [summarise_points_by_polygon()].

Arguments

sf_map

Deprecated. Use polygons instead.

df

Deprecated. Use points instead.

oper

Deprecated expression used to aggregate values.

crs

Coordinate reference system of the point coordinates.

outside_print

Deprecated. Use outside instead.