rgcolors.func(WGCNA)
rgcolors.func()所属R语言包:WGCNA
Red and Green Color Specification
红色和绿色的颜色规格
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates a vector of n “contiguous” colors, corresponding to n intensities (between 0 and 1) of the red, green and blue primaries, with the blue intensities set to zero. The values returned by rgcolors.func can be used with a col= specification in graphics functions or in par.
该函数创建一个矢量的n“的连续的”颜色,对应到n的强度(在0和1之间)的红,绿和蓝三原色,与蓝色的强度设置为零。的值返回rgcolors.func可以使用col=规范的图形功能或par。
用法----------Usage----------
rgcolors.func(n=50)
参数----------Arguments----------
参数:n
the number of colors (>= 1) to be used in the red and green palette.
中要使用的红色和绿色的调色板的颜色数(> = 1)。
值----------Value----------
a character vector of color names. Colors are specified directly in terms of their RGB components with a string of the form "\#RRGGBB", where each of the pairs RR, GG, BB consist of two hexadecimal digits giving a value in the range 00 to FF.
字符向量的颜色名称。中直接指定颜色的RGB分量与形式的字符串,“\#RRGGBB”,其中对RR,GG,BB由两个十六进制数字的值范围在00到FF。
(作者)----------Author(s)----------
Sandrine Dudoit, <a href="mailto:sandrine@stat.berkeley.edu">sandrine@stat.berkeley.edu</a> <br>
Jane Fridlyand, <a href="mailto:janef@stat.berkeley.edu">janef@stat.berkeley.edu</a>
参见----------See Also----------
plotCor, plotMat,
plotCor,plotMat,
实例----------Examples----------
rgcolors.func(n=5)
## The following vector is returned:[#以下向量,则返回:]
## "#00FF00" "#40BF00" "#808000" "#BF4000" "#FF0000"[#“#00FF00”,“#40BF00”#808000“”#BF4000“,”#FF0000“]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|