style.auto(xtermStyle)
style.auto()所属R语言包:xtermStyle
Automatic styling according to object properties.
根据对象属性的自动造型。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns formatting decided by an objects class and dimensions. See style.auto.demo for a demonstration of how different objects are styled.
返回格式化的对象类和尺寸决定。见style.auto.demo示范如何风格不同的对象。
用法----------Usage----------
style.auto(obj, string, fg = NULL, bg = NULL, ...)
参数----------Arguments----------
参数:obj
Object to decide formatting from.
对象来决定文字的格式。
参数:string
String to be formatted. Optional, default: print(obj).
要格式化的字符串。可选,默认值:print(obj)。
参数:fg
Specify to overwrite automatic foreground color.
指定覆盖自动前景色,。
参数:bg
Specify to overwrite automatic background color.
指定要覆盖自动背景色。
参数:...
Additional style parameters sent to style.set.
额外的样式参数发送到style.set。
Details
详细信息----------Details----------
There are two color schemes adapted for either light text on dark background (default) or dark text on light background. To switch to the dark on light scheme use the function style.light, to switch back use style.dark.
有两种配色方案适合在黑暗的背景(默认)或暗光背景上的文字或轻文字。要切换到的暗光计划使用的功能style.light,切换回使用style.dark。
值----------Value----------
A formatted string.
格式化字符串。
(作者)----------Author(s)----------
Christofer B盲cklin
参见----------See Also----------
style.auto.demo, style.light, style
style.auto.demo,style.light,风格;
实例----------Examples----------
MyVariable <- 1:6
cat(style.dim("MyVariable:"), style.auto(MyVariable), "\n")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|