sensor | R Documentation |
Extracts the sensor(s) used to record the locations of a track from a Move or unUsedRecords object.
## S4 method for signature '.MoveTrack'
sensor(this,...)
## S4 method for signature '.unUsedRecords'
sensor(this,...)
this |
a |
... |
Currently not used |
'factor
' with the sensor(s) name(s).
Note that the returned vector for a MoveStack or .unUsedRecordsStack is not split between animals.
Bart Kranstauber
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.