as_track {amt}R Documentation

Coerce to track

Description

Coerce other classes to a track_xy.

Usage

as_track(x, ...)

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

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

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

Arguments

x

Object to be converted to a track.

...

Further arguments, none implemented.

Value

An object of class track_xy(t)


[Package amt version 0.2.2.0 Index]