coordinates: Extract the track coordinates from a Move or MoveStack object

coordinatesR Documentation

Extract the track coordinates from a Move or MoveStack object

Description

The coordinates method extracts the coordinates of a track.

Usage

  ## S4 method for signature '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(s)

Marco Smolla & Anne Scharf

Examples

## create a move object
data(leroy)
## extract the coordinates
head(coordinates(leroy))

move documentation built on July 9, 2023, 6:09 p.m.