idData: Functions for dealing with the idData

Description Usage Arguments Value Author(s) Examples

Description

This function returns or replaces the idData which is the data per individual.

Usage

1
2
3
4
5
6
  ## 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
  ## S4 method for signature '.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

Author(s)

Bart Kranstauber

Examples

1
2

move documentation built on Jan. 16, 2017, 2:22 a.m.