display.xterm.colors(xtermStyle)
display.xterm.colors()所属R语言包:xtermStyle
Display color table.
显示颜色表。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The xterm colour table consist of the ANSI colours (16), the web colour cube (216) and additional shades of grey not including full white and black (16). However these are not strictly defined but can vary somewhat between systems and configurations.
xterm的颜色表的ANSI颜色(16),网页颜色的立方体(216)和额外的灰色色调,不包括白色和黑色(16)。然而,这些都没有严格的定义,但之间的系统和配置有所不同。
Display color table.
显示颜色表。
用法----------Usage----------
display.xterm.colors(numbers = TRUE, perm = 1:3)
display.ansi.colors(numbers = TRUE)
参数----------Arguments----------
参数:numbers
Logical, whether to display colour indices.
逻辑,是否显示色指数。
参数:perm
Rotation of the colour cube, supplied as a permutation of its dimensions. Sent to aperm.
旋转的彩色立方体,提供的一个排列,其尺寸。发送到aperm。
值----------Value----------
Nothing
无
Nothing
无
(作者)----------Author(s)----------
Christofer B盲cklin
Christofer B盲cklin
参见----------See Also----------
style
风格
实例----------Examples----------
display.xterm.colors()
display.xterm.colors(numbers=FALSE, perm=c(2,1,3))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|