whitening (version 1.1.1)

corplot: Plots of Correlations and Loadings

Description

corplot computes the correlation within and between X and Y and displays the three corresponding matrices visusally.

loadplot computes the squared loadings for X and Y and plots the resulting matrices.

Usage

corplot(cca.out, X, Y)
loadplot(cca.out, numScores)

Arguments

cca.out

output from the scca or cca function.

X, Y

input data matrices.

numScores

number of CCA scores shown in plot.

Value

A plot.

See Also

scca.