mfuzzColorBar(Mfuzz)
mfuzzColorBar()所属R语言包:Mfuzz
Plots a colour bar
绘制彩条
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function produces a (separate) colour bar for graphs produced by mfuzz.plot
此函数产生一个由mfuzz.plot生产的图(单独)彩条
用法----------Usage----------
mfuzzColorBar(col, horizontal=FALSE,...)
参数----------Arguments----------
参数:col
vector of colours used. If missing, the same vector as the default vector for mfuzz.plot is used. If col="fancy", an alternative color palette is used (see mfuzz.plot2.
向量使用的颜色。如果缺少的,使用的同一向量作为默认mfuzz.plot向量。如果col =“花哨”,用于替代调色板(见mfuzz.plot2。
参数:horizontal
If TRUE, a horizontal colour bar is generated, otherwise a vertical one will be produced.
如果是TRUE,产生水平的彩条,否则将产生一个垂直。
参数:...
additional parameter passed to maColorBar (see also example in mfuzz.plot2)
额外的参数传递到maColorBar(见还例如在mfuzz.plot2)
作者(S)----------Author(s)----------
Matthias E. Futschik
(<a href="http://itb.biologie.hu-berlin.de/~futschik">http://itb.biologie.hu-berlin.de/~futschik</a>)
参见----------See Also----------
maColorBar
maColorBar
举例----------Examples----------
if (interactive()){
X11(w=1.5,h=5);
par(mar=c(1,1,1,5))
mfuzzColorBar()
mfuzzColorBar(col="fancy",main="Membership value")
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|