coordinates | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.