Learn R Programming

move (version 2.0.0)

sensor: Extract the sensor of a Move or MoveStack object

Description

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

Usage

"sensor"(this,...) "sensor"(this,...)

Arguments

this
Move or MoveStack object
...
Curently not used

Examples

Run this code
data(leroy)
sensor(leroy) #get the sensor from a Move object
data(fishers)
sensor(fishers) #get the sensor from a MoveStack object

Run the code above in your browser using DataLab