move (version 3.2.2)

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

Description

The coordinates method extracts the coordinates of a track.

Usage

# S4 method for Move
coordinates(obj,...)

Arguments

obj

a move, moveStack, moveBurst, dBMvariance, dBMvarianceBurst, dBMvarianceStack or dBGBvariance object

...

Currently not implemented

Value

Returns a matrix with the coordinates of the track

Examples

Run this code
# NOT RUN {
## create a move object
data(leroy)
## extract the coordinates
head(coordinates(leroy))
# }

Run the code above in your browser using DataLab