sensor: Extract the sensor of a Move or MoveStack object

Description Usage Arguments Author(s) Examples

Description

The sensor method returns or sets the sensor of a track from a Move or MovesStack object.

Usage

1
2
3
4
## S4 method for signature '.MoveTrack'
sensor(this,...)
## S4 method for signature '.unUsedRecords'
sensor(this,...)

Arguments

this

Move or MoveStack object

...

Curently not used

Author(s)

Bart Kranstauber

Examples

1
2
3
4
data(leroy)
sensor(leroy) #get the sensor from a Move object
data(fishers)
sensor(fishers) #get the sensor from a MoveStack object

move documentation built on Jan. 16, 2017, 2:22 a.m.