This function returns or replaces the idData which is the data per individual.
Usage
# S4 method for .MoveTrack,missing,missing,data.frame
idData(x,i,j) <- value
# S4 method for .MoveTrack,ANY,ANY,ANY
idData(x,i,j) <- value
# S4 method for .MoveTrack
idData(x,i,j,...)
Arguments
x
Move, MoveBurst or MoveStack object
i
Selection of the rows
j
Selection for the columns
value
Replacement values for the selected idData
...
Other arguments to the data frame subseting such as drop=F
Value
Either the idData data frame or the modified move object