n.indiv {move} | R Documentation |
Extract the number of individuals of a MoveStack
Description
This function returns the number of individuals from a MoveStack object.
Usage
## S4 method for signature 'Move'
n.indiv(obj)
## S4 method for signature '.MoveTrackStack'
n.indiv(obj)
Arguments
obj |
a |
Value
Returns the number of individuals.
It will be always 1 for objects of the class Move
Author(s)
Bart Kranstauber
Examples
data(leroy)
n.indiv(leroy)
data(fishers)
n.indiv(fishers)
[Package move version 4.2.4 Index]