Coerce to track
Coerce other classes (currently implemented: SpatialPoints
) to a track_xy
.
as_track(x, ...) ## S3 method for class 'SpatialPoints' as_track(x, ...) ## S3 method for class 'sfc_POINT' as_track(x, ...) ## S3 method for class 'steps_xyt' as_track(x, ...)
x |
|
... |
Further arguments, none implemented. |
xy <- sp::SpatialPoints(cbind(c(1, 3, 2, 1), c(3, 2, 2, 1))) as_track(xy)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.