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