matrixPlot(ABarray)
matrixPlot()所属R语言包:ABarray
heatmap for matrix
热图矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create heatmap from a matrix
从矩阵创建热图
用法----------Usage----------
matrixPlot(x, nrgcols = 50, rlabels = TRUE, clabels = TRUE, rcols = 1, ccols = 1, k = 10, title = "", ...)
参数----------Arguments----------
参数:x
a matrix
矩阵
参数:nrgcols
number of colors to use
使用的颜色数
参数:rlabels
whether to use row labels
是否使用行标签
参数:clabels
whether to use column labels
是否使用列标签
参数:rcols
use supplemental row label
使用补充行标签
参数:ccols
use supplemental column label
使用辅助列标签
参数:k
number of tick labels for scale bar
数比例尺的刻度标记
参数:title
title for the plot
图标题
参数:...
additional argument
额外的参数
Details
详情----------Details----------
This function can be used to plot any numberic matrix, e.g., correlation matrix, S/N matrix, signal intensity matrix, etc
此功能可用于绘制任何数字小的矩阵,例如,相关矩阵,矩阵的S / N,信号强度矩阵等
值----------Value----------
heatmap
热图
作者(S)----------Author(s)----------
Yongming Sun
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|