powered by
This function returns the names of the individuals from a move or moveStack object.
namesIndiv(obj)
Returns the name as a character for a move object, and the names as a character vector from a moveStack object.
move
moveStack
If no name has been provided when creating the move object, "unnamed" will be returned.
a move or moveStack object
Anne Scharf
data(leroy) namesIndiv(leroy) data(fishers) namesIndiv(fishers)
Run the code above in your browser using DataLab