Learn R Programming

move (version 2.1.0)

trackId: Returns trackId

Description

Obtain a factor returning the ids of individuals per location

Usage

# S4 method for MoveStack
trackId(x)

Arguments

x

a MoveStack object

Value

Returns a factor indicating to which individuals locations belong in a stack.

Examples

Run this code
# NOT RUN {
data(fishers)
  trackId(fishers)
  
# }

Run the code above in your browser using DataLab