HOZscale(RPMG)
HOZscale()所属R语言包:RPMG
add horizontal color scale
添加水平的色标
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Add horizontal color scale to existing plot.
添加水平的色标,以现有的图。
用法----------Usage----------
HOZscale(z, col, units = "", SIDE = 1, s1 = 0.4, s2 = 0.95)
参数----------Arguments----------
参数:z
image matrix
图像矩阵
参数:col
color palette
调色板
参数:units
character string, units
字符串,单位
参数:SIDE
Side of the plot
一旁的图
参数:s1
percent of margin for bottom
利润率为底的10%
参数:s2
percent of margin for top
%的保证金顶部
值----------Value----------
Graphical Side effect
图形化的副作用
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
实例----------Examples----------
data(volcano)
image(volcano, col=terrain.colors(100))
HOZscale(volcano,terrain.colors(100) , units = "", SIDE = 1, s1 = 0.4, s2 = 0.95)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|