move (version 4.2.4)

trackId: Returns trackId

Description

Obtain the Id of the individual per location of a MoveStack or unUsedRecordsStack

Usage

# S4 method for MoveStack
trackId(x)

Value

Returns a factor indicating for each location to which individual it belongs.

Arguments

x

a moveStack or .unUsedRecordsStack object

Author

Bart Kranstauber

Examples

Run this code
data(fishers)
head(trackId(fishers))
head(trackId(unUsedRecords(fishers)))

Run the code above in your browser using DataLab