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.
numScores
number of CCA scores shown in plot.