coordinates {move} | R Documentation |
The coordinates method extracts the coordinates of a track.
## S4 method for signature 'Move'
coordinates(obj,...)
obj |
a |
... |
Currently not implemented |
Returns a matrix
with the coordinates of the track
Marco Smolla & Anne Scharf
## create a move object
data(leroy)
## extract the coordinates
head(coordinates(leroy))