powered by
The n.indiv function returns the number of individuals from a Move or MovesStack object.
# S4 method for Move n.indiv(obj) # S4 method for .MoveTrackStack n.indiv(obj)
Move or MoveStack object
The function returns 1 for objects of the class Move, and number of individuals for a moveStack
# NOT RUN { data(leroy) n.indiv(leroy) data(fishers) n.indiv(fishers) # }
Run the code above in your browser using DataLab