plotCor {WGCNA} | R Documentation |
Red and Green Color Image of Correlation Matrix
Description
This function produces a red and green color image of a correlation matrix using an RGB color specification. Increasingly positive correlations are represented with reds of increasing intensity, and increasingly negative correlations are represented with greens of increasing intensity.
Usage
plotCor(x, new=FALSE, nrgcols=50, labels=FALSE, labcols=1, title="", ...)
Arguments
x |
a matrix of numerical values. |
new |
If |
nrgcols |
the number of colors (>= 1) to be used in the red and green palette. |
labels |
vector of character strings to be placed at the
tickpoints, labels for the columns of |
labcols |
colors to be used for the labels of the columns of
|
title |
character string, overall title for the plot. |
... |
graphical parameters may also be supplied as arguments to
the function (see |
Author(s)
Sandrine Dudoit, sandrine@stat.berkeley.edu
See Also
plotMat
,rgcolors.func
,
cor
, image
,
rgb
.