n.indiv | R Documentation |
This function returns the number of individuals from a MoveStack object.
## S4 method for signature 'Move'
n.indiv(obj)
## S4 method for signature '.MoveTrackStack'
n.indiv(obj)
obj |
a |
Returns the number of individuals.
It will be always 1 for objects of the class Move
Bart Kranstauber
data(leroy)
n.indiv(leroy)
data(fishers)
n.indiv(fishers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.