move (version 4.2.4)

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,...)

Value

Returns a matrix with the coordinates of the track

Arguments

obj

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

...

Currently not implemented

Author

Marco Smolla & Anne Scharf

Examples

Run this code
## create a move object
data(leroy)
## extract the coordinates
head(coordinates(leroy))
# \dontshow{
data(fishers)
coordinates(fishers)
# }

Run the code above in your browser using DataLab