Learn R Programming

amt (version 0.2.2.0)

as_track: Coerce to track

Description

Coerce other classes to a track_xy.

Usage

as_track(x, ...)

# S3 method for sfc_POINT as_track(x, ...)

# S3 method for steps_xyt as_track(x, ...)

# S3 method for data.frame as_track(x, ...)

Value

An object of class track_xy(t)

Arguments

x

Object to be converted to a track.

...

Further arguments, none implemented.