Usage
allCorrelations(X1, X2, ncomp1, ncomp2, methods = c("SMI", "RV", "RV2",
"RVadj", "PSI", "r1", "r2", "r3", "r4", "GCD"), digits = 3, plot = TRUE,
xlab = "", ylab = "", ...)
Arguments
X1
first matrix
to be compared (data.frames
are also accepted).
X2
second matrix
to be compared (data.frames
are also accepted).
ncomp1
maximum number of subspace components from the first matrix
.
ncomp2
maximum number of subspace components from the second matrix
.
methods
character
vector containing a subset of the supported methods: "SMI", "RV", "RV2", "RVadj", "PSI", "r1", "r2", "r3", "r4", "GCD".
digits
number of digits for numerical output.
plot
logical indicating if plotting should be performed (default = TRUE).
xlab
optional x axis label.
ylab
optional y axis label.
...
additional arguments for SMI
or plot
.