Extract the sensor of a Move unUsedRecords object
sensor.Rd
Extracts the sensor(s) used to record the locations of a track from a Move or unUsedRecords object.
Usage
# S4 method for class '.MoveTrack'
sensor(this,...)
# S4 method for class '.unUsedRecords'
sensor(this,...)
Value
'factor
' with the sensor(s) name(s).
Note that the returned vector for a MoveStack or .unUsedRecordsStack is not split between animals.
Examples
data(leroy)
head(sensor(leroy)) ## get the sensor from a Move object
#> [1] gps gps gps gps gps gps
#> Levels: gps
head(sensor(unUsedRecords(leroy))) ## get the sensor from the unused records of a Move object
#> [1] gps gps gps gps gps gps
#> Levels: gps
data(fishers)
head(sensor(fishers)) ## get the sensor from a MoveStack object
#> [1] gps gps gps gps gps gps
#> Levels: gps