plotMat(WGCNA)
plotMat()所属R语言包:WGCNA
Red and Green Color Image of Data Matrix
红色和绿色的彩色图像的数据矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function produces a red and green color image of a data matrix using an RGB color specification. Larger entries are represented with reds of increasing intensity, and smaller entries are represented with greens of increasing intensity.
该函数产生的红色和绿色的彩色图像数据矩阵,使用一个RGB颜色规范。较大的项目都代表红魔的强度的增加,并增加强度较小的项目表示与果岭。
用法----------Usage----------
plotMat(x, nrgcols=50, rlabels=FALSE, clabels=FALSE, rcols=1, ccols=1, title="",...)
参数----------Arguments----------
参数:x
a matrix of numbers.
数字的矩阵。
参数:nrgcols
the number of colors (>= 1) to be used in the red and green palette.
中要使用的红色和绿色的调色板的颜色数(> = 1)。
参数:rlabels
vector of character strings to be placed at the row tickpoints, labels for the rows of x.
被放置在该行tickpoints字符串向量标签x的行。
参数:clabels
vector of character strings to be placed at the column tickpoints, labels for the columns of x.
放置在列tickpoints,字符串向量标签x的列。
参数:rcols
colors to be used for the labels of the rows of x. rcols can have either length 1, in which case all the labels are displayed using the same color, or the same length as rlabels, in which case a color is specified for the label of each row of x.
为x的行的标签可以使用的颜色。 rcols可以有任一长度为1,在这种情况下,所有的标签都使用相同的颜色显示,或相同的长度rlabels,在这种情况下,一个颜色被指定为标签的每一行 x。
参数:ccols
colors to be used for the labels of the columns of x. ccols can have either length 1, in which case all the labels are displayed using the same color, or the same length as clabels, in which case a color is specified for the label of each column of x.
用于标签的列x颜色。 ccols可以有任一长度为1,在这种情况下,所有的标签都使用相同的颜色显示,或相同的长度clabels,在这种情况下,一个颜色指定的标签的每个列 x。
参数:title
character string, overall title for the plot.
字符串,图的总冠军。
参数:...
graphical parameters may also be supplied as arguments to the function (see par). E.g. zlim=c(-3,3)
图形参数也可以提供作为参数的函数(见par)。例如zlim=c(-3,3)
(作者)----------Author(s)----------
Sandrine Dudoit, <a href="mailto:sandrine@stat.berkeley.edu">sandrine@stat.berkeley.edu</a>
参见----------See Also----------
plotCor, rgcolors.func, cor.na, cor, image,
plotCor,rgcolors.func,cor.na,cor,image,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|