
Last chance! 50% off unlimited learning
Sale ends in
This function returns the names of the individuals from a move or movesStack object.
namesIndiv(obj)
a move
or moveStack
object
Returns the name as a character for a move
object, and the names as a character vector from a moveStack
object.
If no name has been provided when creating the move
object, "unnamed" will be returned.
# NOT RUN {
data(leroy)
namesIndiv(leroy)
data(fishers)
namesIndiv(fishers)
# }
Run the code above in your browser using DataLab