powered by
This function returns or replaces the idData slot of a Move, MoveStack or MoveBurst object.
# S4 method for .MoveTrack idData(x,i,j,...) # 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,missing,missing,data.frame idData(x,i,j) <- value # S4 method for .MoveTrack,ANY,ANY,ANY idData(x,i,j) <- value
Either the idData data.frame or the modified move object
data.frame
a move, moveStack or moveBurst object
move
moveStack
moveBurst
Selection of the rows
Selection for the columns
Replacement values for the selected idData
Other arguments to the data frame subsetting such as drop=F
Bart Kranstauber & Anne Scharf
data(fishers) idData(fishers) ## obtain e.g. only the tag and individual identifier columns idData(fishers, j=c(6,7)) idData(fishers, j=c("tag.local.identifier", "individual.local.identifier"))
Run the code above in your browser using DataLab