scaleColorBar(ABarray)
scaleColorBar()所属R语言包:ABarray
Create scale for heatmap
创建规模为热图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a bar for heatmap scales
创建一个条形热图尺度
用法----------Usage----------
scaleColorBar(x, horizontal = FALSE, col = rgcolorsfunc(50), scale = 1:length(x),
k = 10, cLen = 9, ...)
参数----------Arguments----------
参数:x
vector of scales need to be plotted
需要绘制向量尺度
参数:horizontal
whether the bar is vertical or horizontal
条形是否是纵向或横向
参数:col
color function
颜色的功能
参数:scale
scale of the bar
条形的规模
参数:k
number of intervals on scale
数刻度间隔
参数:cLen
length of columns
列长度
参数:...
additional arguments
额外的参数
值----------Value----------
none
没有
作者(S)----------Author(s)----------
Yongming Sun
举例----------Examples----------
##--- Do not call this function directly !! ----[#---不要直接调用此函数!! ----]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|