corplot {whitening} | R Documentation |
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.
corplot(cca.out, X, Y)
loadplot(cca.out, numScores)
cca.out |
|
X , Y |
input data matrices. |
numScores |
number of CCA scores shown in plot. |
A plot.
Korbinian Strimmer (https://strimmerlab.github.io).
Part of the plot code was adapted from the img.matcor
function
in the CCA
package and from the image.plot
function in the fields
package.
scca
.