powered by
The coordinates method extracts the coordinates of a track.
# S4 method for Move coordinates(obj,...)
A valid Move or MoveStack object
Additional arguments, see Details
Returns a matrix with the coordinates of the track in a Move or MoveStack object.
# NOT RUN { ## create a move object data(leroy) ## extract the coordinates coords <- coordinates(leroy) # }
Run the code above in your browser using DataLab