Learn R Programming

adegenet (version 2.1.10)

truenames: Restore true labels of an object

Description

The function truenames returns some elements of an object (genind or genpop) using true names (as opposed to generic labels) for individuals, markers, alleles, and population.

Important: as of adegenet_2.0-0, these functions are deprecated as true labels are used whenever possible. Please use the function tab instead.

Usage

# S4 method for genind
truenames(x)
# S4 method for genpop
truenames(x)

Value

If x$pop is empty (NULL), a matrix similar to the x$tab slot but with true labels.

If x$pop exists, a list with this matrix ($tab) and a population vector with true names ($pop).

Arguments

x

a genind or a genpop object

Author

Thibaut Jombart t.jombart@imperial.ac.uk

See Also

tab