Skip to contents

This function returns the names of the individuals from a move or moveStack object.

Usage

namesIndiv(obj)

Arguments

obj

a move or moveStack object

Value

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.

Author

Anne Scharf

Examples

data(leroy)
namesIndiv(leroy) 
#> [1] "Leroy"

data(fishers)
namesIndiv(fishers)
#> [1] "Leroy"   "Ricky.T"