The .unUsedRecords
and .unUsedRecordsStack
object stores unused records in Move
, MoveBurst
and MoveStack
objects and can be obtained with the function unUsedRecords.
Object of class "factor"
: vector that indicates, which data, coordinates and timestamps of the unused records belong to each individual in a .unUsedRecordsStack
object
Object of class "POSIXct"
: timestamps associated to the unused records.
Object of class "factor"
: sensors used to record the unused records
Object of class "data.frame"
: data associated to the unused records
Methods defined with class "MoveStack" in the signature:
as.data.frame
signature(object = ".unUsedRecords")
: extracts the spatial data frame
sensor
signature(object = ".unUsedRecords")
: extracts the sensor(s) used to record the data
timestamps
signature(object = ".unUsedRecords")
: extracts returns or sets the timestamps
trackId
signature(object = ".unUsedRecordsStack")
: returning the Id of the individual per data point
Marco Smolla & Anne Scharf