Gcols(RPMG)
Gcols()所属R语言包:RPMG
Get Color Palette
调色板
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get Color Palette
调色板
用法----------Usage----------
Gcols(plow = 10, phi = 10, N = 100, pal = "rainbow", mingray = 0.5)
参数----------Arguments----------
参数:plow
lowest number for color selection
颜色选择的最低数量
参数:phi
highest number for color selection
最高颜色选择
参数:N
number of colors
的颜色数
参数:pal
color palette name
调色板名称
参数:mingray
lower end is blanked out and replaced by gray
下端的空白,由灰色改为
值----------Value----------
c(LOW , Z, HI) color palette
C(LOW,Z,HI)调色板
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
tomo.colors, shade.col
tomo.colors,shade.col
实例----------Examples----------
TPALS = c("rainbow", "topo.colors", "terrain.colors", "heat.colors", "tomo.col")
pal = Gcols(plow=5, phi=0, N=100, pal=TPALS[3])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|