Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

move (version 2.1.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

# S4 method for .MoveTrack
sensor(this,...)
# S4 method for .unUsedRecords
sensor(this,...)

Arguments

this

Move or MoveStack object

...

Curently not used

Examples

Run this code
# NOT RUN {
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