Learn R Programming

amt (version 0.0.7)

coords: 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

Run this code
# NOT RUN {
data(deer)
coords(deer)
# }

Run the code above in your browser using DataLab