coords {amt}R Documentation

Coordinates of a track.

Description

Coordinates of a track.

Usage

coords(x, ...)

Arguments

x

[track_xy, track_xyt]
A track created with make_track.

...

Further arguments, none implemented.

Value

⁠[tibble]⁠
The coordinates.

Examples

data(deer)
coords(deer)

[Package amt version 0.2.2.0 Index]