plt.var {CCA}R Documentation

Variables representation for CCA

Description

This function provides variables representation on the canonical variates.

Usage

plt.var(res, d1, d2, int = 0.5, var.label = FALSE, Xnames = NULL, Ynames = 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
int The radius of the inner circle
var.label logical indicating whether label should be plotted on the variables representation
Xnames vector giving the names of X variables
Ynames vector giving the names of Y variables

Author(s)

Sébastien Déjean, Ignacio González

References

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

See Also

plt.indiv, plt.cc


[Package CCA version 1.2 Index]