coordinates {move} | R Documentation |
Extract the track coordinates from a Move or MoveStack object
Description
The coordinates method extracts the coordinates of a track.
Usage
## S4 method for signature 'Move'
coordinates(obj,...)
Arguments
obj |
a |
... |
Currently not implemented |
Value
Returns a matrix
with the coordinates of the track
Author(s)
Marco Smolla & Anne Scharf
Examples
## create a move object
data(leroy)
## extract the coordinates
head(coordinates(leroy))
[Package move version 4.2.4 Index]