The coordinates method extracts the coordinates of a track.
Usage
# S4 method for class '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
Author
Marco Smolla & Anne Scharf
Examples
## create a move object
data(leroy)
## extract the coordinates
head(coordinates(leroy))
#> location.long location.lat
#> 45 -73.89880 42.74370
#> 46 -73.89872 42.74369
#> 47 -73.89869 42.74364
#> 48 -73.89862 42.74374
#> 49 -73.89871 42.74368
#> 50 -73.89885 42.74365