plt.indiv {CCA}R Documentation

Individuals representation for CCA

Description

This function provides individuals representation on the canonical variates.

Usage

plt.indiv(res, d1, d2, ind.names = NULL)

Arguments

res Object returned by cc() or rcc()
d1 The dimension that will be represented on the horizontal axis
d2 The dimension that will be represented on the vertical axis
ind.names vector containing the names of the individuals

Author(s)

Sébastien Déjean, Ignacio González

References

www.lsp.ups-tlse.fr/Biopuces/CCA

See Also

plt.var, plt.cc


[Package CCA version 1.2 Index]