coordinates: Extract the track coordinates from a Move/MoveStack object

Description Usage Arguments Details Author(s) Examples

Description

The coordinates method extracts the coordinates of a track.

Usage

1
2
  ## S4 method for signature 'Move'
coordinates(obj,...)

Arguments

obj

A valid Move or MoveStack object

...

Additional arguments, see Details

Details

Returns a matrix with the coordinates of the track in a Move or MoveStack object.

Author(s)

Marco Smolla

Examples

1
2
3
4
## create a move object
data(leroy)
## extract the coordinates
coords <- coordinates(leroy)

move documentation built on Jan. 16, 2017, 2:22 a.m.