corplot {whitening}R Documentation

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.

Author(s)

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.

See Also

scca.


[Package whitening version 1.4.0 Index]