as_sf_points: Coerces a track to points

View source: R/coercion.R

as_sf_pointsR Documentation

Coerces a track to points

Description

Coerces a track to points from the sf package.

Usage

as_sf_points(x, ...)

## S3 method for class 'steps_xy'
as_sf_points(x, end = TRUE, ...)

Arguments

x

[track_xy, track_xyt]
A track created with make_track.

...

Further arguments, none implemented.

end

⁠[logical(1)=TRUE]⁠
For steps, should the end or start points be used?

Value

A data data.frame with a sfc-column


jmsigner/amt documentation built on April 24, 2024, 9:16 a.m.