xmap.col(xmapbridge)
xmap.col()所属R语言包:xmapbridge
Generate a colour integer for the xmapBridge
生成一个颜色为xmapBridge整数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert an R colour into the form 0xAARRGGBB as used by the xmapBridge
0xAARRGGBB的形式转换成一个R色彩由xmapBridge
用法----------Usage----------
xmap.col(col,alpha)
参数----------Arguments----------
参数:col
The R colour to convert
转换的R色
参数:alpha
Change the colour's alpha value to the one specified
改变颜色的alpha值到一个指定的
Details
详情----------Details----------
Takes one or more hex strings, possibly with an alpha value, as used by R and converts them to an integer of the form 0xAARRGGBB to be used by the xmapBridge. If alpha is specified, then change the colours' alpha values to this, otherwise leave them as they were.
注意到一个或多个十六进制字符串,可能与一个alpha值,由R 0xAARRGGBB的形式被用于xmapBridge的将其转换为整数。如果指定字母,然后改变颜色的Alpha值这一点,否则他们离开,因为他们是。
作者(S)----------Author(s)----------
Crispin J Miller
参见----------See Also----------
xmap.plot<br> xmap.plot.new
xmap.plot参考xmap.plot.new
举例----------Examples----------
require( RColorBrewer )
transparent.greens <- xmap.col( brewer.pal( 5, "Greens" ), alpha=0x22 )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|