xtermStyle-package(xtermStyle)
xtermStyle-package()所属R语言包:xtermStyle
Basic text formatting using xterm escape sequences
基本文本格式使用xterm转义序列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Details
详细信息----------Details----------
Text formatting in xterm and ansi terminals using escape sequences. Supports colors and various font styles. It began as a standalone version of the "xterm256" package by Romain Francois since that package is interwoven with the syntax highlighting package "highlight" but has been developed in another direction since then.
在xterm和ANSI终端使用转义序列的文本格式。支持的色彩和各种字体样式。它开始作为一个独立的版本由罗曼·弗朗索瓦的的“xterm256包,该包是交织在一起的语法高亮包”亮点“,但自那时起,已经在另一个方向发展。
For some more sophisticated examples of this package functionality check out the "dataview" package as that was the very reason "xtermStyle" came into existence. However as "xtermStyle" can be used independently they were released separately.
对于一些更复杂的例子,这个包的功能检查出的“数据视图”包,因为这是非常的理由“xtermStyle”应运而生。然而,由于“xtermStyle可以独立使用他们分开被释放。
(作者)----------Author(s)----------
Christofer B盲cklin
参考文献----------References----------
参见----------See Also----------
style, style.mode, display.xterm.colors
风格,style.mode,display.xterm.colors;
实例----------Examples----------
cat(style("Howdy", fg = "red", bg = "dark blue",
font.style = c("bold", "underline")), "\n")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|