style.set(xtermStyle)
style.set()所属R语言包:xtermStyle
Set, get and clear style.
设置,获取和清晰的风格。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generate formatting escape sequences from parameters.
从参数生成格式化的转义序列。
Get current default style.
获取当前的默认样式。
Clear current style to terminal default.
清除当前终端默认的风格。
用法----------Usage----------
style.set(fg = NULL, bg = NULL, font.style = NULL,
make.default = TRUE)
style.get()
style.clear(make.default = TRUE)
参数----------Arguments----------
参数:fg
Foreground color i.e. color of the text. Can be any number in [0, 255] or a string such as "grey" or "dark red" (for the basic 16 colors).
前景色,即文本的颜色。可以是任何数量在[0,255]或一个字符串,如"grey"或"dark red"(基本16种颜色)。
参数:bg
Background color. Takes the same values as fg.
背景颜色。采用相同的值fg。
参数:font.style
A vector containg any combination of the following elements: "normal", "bold", "underline", "blink" (renders as bold on most terminals), "inverse".
一个向量containg的任意组合下列元素:"normal","bold","underline","blink"(上最终端呈现为粗体),"inverse"。
参数:make.default
If TRUE (default) this style will be the one reverted to after temporary changes in style e.g. with the style command or any display function like entry.view.
如果TRUE(默认)这种风格将是一个恢复后临时改变风格,如style的命令或任何显示功能,如entry.view。
值----------Value----------
Formatting escape sequences.
格式化转义序列。
The formatting escape sequence generated by the last call to style.set (except those called with make.default = FALSE, e.g. all package internal calls).
格式转义序列的最后一次调用style.set(make.default = FALSE,例如,所有的包内部调用那些所谓的除外)。
Formatting escape sequence for reseting style to default, \033[0m.
转义序列的格式为默认设置下重启风格,\033[0m。
(作者)----------Author(s)----------
Christofer B盲cklin
Christofer B盲cklin
Christofer B盲cklin
参见----------See Also----------
style
风格
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|