femmecol(shape)
femmecol()所属R语言包:shape
red-green-blue color palette
红,绿,蓝颜色的调色板
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a vector of (n) contiguous colors (darkblue-blue-cyan-yellow-red-darkred).
创建一个矢量(N)个连续的颜色(深蓝色,蓝色,青色 - 黄 - 红 - 深红)。
用法----------Usage----------
femmecol(n = 100)
参数----------Arguments----------
参数:n
number of colors.
的颜色数。
值----------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, the comparable R-functions.
rainbow,heat.colors,topo.colors,可比R-函数。
intpalette, shadepalette
intpalette,shadepalette
实例----------Examples----------
filled.contour(volcano, color = femmecol, asp = 1, main = "femmecol")
femmecol(10)
image(matrix(nrow = 1, ncol = 100, data = 1:100),
col = femmecol(100), main = "femmecol")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|