powered by
The coordinates method extracts the coordinates of a track.
# S4 method for Move coordinates(obj,...)
Returns a matrix with the coordinates of the track
matrix
a move, moveStack, moveBurst, dBMvariance, dBMvarianceBurst, dBMvarianceStack or dBGBvariance object
move
moveStack
moveBurst
dBMvariance
dBMvarianceBurst
dBMvarianceStack
dBGBvariance
Currently not implemented
Marco Smolla & Anne Scharf
## 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