transparentColorBase(sampSurf)
transparentColorBase()所属R语言包:sampSurf
Set Transparancey in Base Graphics
设置Transparancey在基础图形
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Setting transparency in base graphics is not as easy as in
设置在基本图形的透明度是不那么容易,因为在
用法----------Usage----------
transparentColorBase(color, alphaTrans = alphaTrans)
参数----------Arguments----------
参数:color
The color, or a vector of colors from colors().
颜色,或颜色colors()的向量。
参数:alphaTrans
The alpha transparency value between [0,1] with 0 opaque and 1 fully transparent.
[0,1]之间的Alpha透明度值与:0不透明和1个完全透明的。
Details
详细信息----------Details----------
As above.
由于以上。
值----------Value----------
The rgb value(s), which can be passed to any base graphics
的RGB值(S),它可以传递给任何基本图形
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
col2rgb, rgb
col2rgb,rgb
实例----------Examples----------
## Not run: [#不运行:]
cols = transparentColorBase('red', alphaTrans=c(0.3,0.6,0.9))
symbols(c(1,1.5,2), c(1,1.5,2), circles=rep(1,3), bg=cols, xlim=c(0,4), ylim=c(0,4))
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|