Usage
imgCor(X,
Y,
type = "combine",
X.var.names = TRUE,
Y.var.names = TRUE,
sideColors = TRUE,
interactive.dev = TRUE,
main = TRUE,
color, row.cex, col.cex,symkey, keysize,
xlab, ylab, margins, lhei, lwid)
Arguments
X
numeric matrix or data frame $(n$ x $p)$, the observations on the $X$ variables.
NA
s are allowed.
Y
numeric matrix or data frame $(n$ x $q)$, the observations on the $Y$ variables.
NA
s are allowed.
type
character string, (partially) maching one of "combine"
or "separated"
,
determining the kind of plots to be produced. See Details.
X.var.names, Y.var.names
logical, should the name of $X$- and/or $Y$-variables be shown? If
TRUE
(defaults) object$names$X
and/or object$names$Y
are used. Possible character
vector with $X$- and/or $Y$-variable labels to use.
sideColors
character vector of length two. The color name for horizontal
and vertical side bars that may be used to annotate the $X$ and $Y$
correlation matrices.
interactive.dev
boolean. The current graphics device that will be opened is interactive?
main
logical, should the main titles be shown?
color,xlab, ylab
arguments passed to cim
.
row.cex, col.cex
positive numbers, used as cex.axis
in for the row or column
axis labeling. The defaults currently only use number of rows or columns, respectively.
symkey
boolean indicating whether the color key should be made symmetric about 0.
Defaults to TRUE
.
keysize
positive numeric value indicating the size of the color key.
margins
numeric vector of length two containing the margins (see par(mar)
)
for column and row names respectively. lhei, lwid
arguments passed to layout
to divide the device up into two
rows and two columns, with the row-heights lhei
and the column-widths lwid
.