Learn R Programming

move (version 1.1.424)

idData: Functions for dealing with the idData

Description

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

Usage

## S3 method for class '.MoveTrack,missing,missing,data.frame':
idData(x,i,j) <- value
  ## S3 method for class '.MoveTrack,ANY,ANY,ANY':
idData(x,i,j) <- value
  ## S3 method for class '.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

Examples

Run this code
load(system.file("extdata", "move.RData", package="move"), .GlobalEnv)
	idData(leroy)

Run the code above in your browser using DataLab