idData | R Documentation |
This function returns or replaces the idData slot of a Move, MoveStack or MoveBurst object.
## S4 method for signature '.MoveTrack'
idData(x,i,j,...)
## S4 replacement method for signature '.MoveTrack,missing,missing,data.frame'
idData(x,i,j) <- value
## S4 replacement method for signature '.MoveTrack,ANY,ANY,ANY'
idData(x,i,j) <- value
x |
a |
i |
Selection of the rows |
j |
Selection for the columns |
value |
Replacement values for the selected idData |
... |
Other arguments to the data frame subsetting such as drop=F |
Either the idData data.frame
or the modified move object
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.