greycol(shape)
greycol()所属R语言包:shape
white-black color palette
白 - 黑颜色的调色板
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a vector of (n) contiguous colors from white/grey to black
创建一个矢量(n)的连续的颜色从白色/灰色到黑色
用法----------Usage----------
greycol(n = 100, interval = c(0.0, 0.7))
参数----------Arguments----------
参数:n
number of colors.
的颜色数。
参数:interval
interval *to* where to interpolate.
间隔*到*插。
Details
详细信息----------Details----------
greycol is an alias of graycol
greycol是一个别名graycol
值----------Value----------
a vector of character strings giving the colors in hexadecimal format.
一个矢量提供的颜色的十六进制格式的字符串。
(作者)----------Author(s)----------
Karline Soetaert <karline.soetaert@nioz.nl>
参见----------See Also----------
rainbow, heat.colors, topo.colors, femmecol
rainbow,heat.colors,topo.colors,femmecol
实例----------Examples----------
filled.contour(volcano, color = graycol, asp = 1, main = "greycol,graycol")
graycol(10)
image(matrix(nrow = 1, ncol = 100, data = 1:100),
col = graycol(100), main = "greycol,graycol")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|