sensor: Extract the sensor of a Move unUsedRecords object

sensorR Documentation

Extract the sensor of a Move unUsedRecords object

Description

Extracts the sensor(s) used to record the locations of a track from a Move or unUsedRecords object.

Usage

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

Arguments

this

a move, moveStack, moveBurst, .unUsedRecords or .unUsedRecordsStack object

...

Currently not used

Value

'factor' with the sensor(s) name(s).
Note that the returned vector for a MoveStack or .unUsedRecordsStack is not split between animals.

Author(s)

Bart Kranstauber

Examples

data(leroy)
head(sensor(leroy)) ## get the sensor from a Move object

head(sensor(unUsedRecords(leroy))) ## get the sensor from the unused records of a Move object

data(fishers)
head(sensor(fishers)) ## get the sensor from a MoveStack object

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