.unUsedRecords-class {move} | R Documentation |
The .unUsedRecords and .unUsedRecordsStack class
Description
The .unUsedRecords
and .unUsedRecordsStack
object stores unused records in Move
, MoveBurst
and MoveStack
objects and can be obtained with the function unUsedRecords.
Slots
- trackIdUnUsedRecords
Object of class
"factor"
: vector that indicates, which data, coordinates and timestamps of the unused records belong to each individual in a.unUsedRecordsStack
object- timestampsUnUsedRecords
Object of class
"POSIXct"
: timestamps associated to the unused records.- sensorUnUsedRecords
Object of class
"factor"
: sensors used to record the unused records- dataUnUsedRecords
Object of class
"data.frame"
: data associated to the unused records
Methods
Methods defined with class "MoveStack" in the signature:
as.data.frame
signature(object = ".unUsedRecords")
: extracts the spatial data framesensor
signature(object = ".unUsedRecords")
: extracts the sensor(s) used to record the datatimestamps
signature(object = ".unUsedRecords")
: extracts returns or sets the timestampstrackId
signature(object = ".unUsedRecordsStack")
: returning the Id of the individual per data point
Author(s)
Marco Smolla & Anne Scharf