shade.col(RPMG)
shade.col()所属R语言包:RPMG
Shaded Color Palette
阴影调色板
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a color palette with two end member colors
创建一个有两个成员颜色的调色板
用法----------Usage----------
shade.col(n, acol = c(1, 0, 0), bcol = c(1, 1, 1))
参数----------Arguments----------
参数:n
number of desired colors
所需的颜色数
参数:acol
rgb, starting color
RGB,颜色
参数:bcol
rgb, ending color
RGB,结束颜色
Details
详细信息----------Details----------
Linear interpolation from color1 to color 2.
线性插值融合的颜色2。
值----------Value----------
color vector
颜色矢量
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
rainbow, tomo.col
彩虹,tomo.col
实例----------Examples----------
## color palette from red to white[#调色板由红转白]
shade.col(100, acol = c(1, 0, 0), bcol = c(1, 1, 1))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|