tkpager(tcltk)
tkpager()所属R语言包:tcltk
Page file using Tk text widget
页面文件使用Tk的文本小部件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This plugs into file.show, showing files in separate windows.
这插入到file.show,在单独的窗口显示文件。
用法----------Usage----------
tkpager(file, header, title, delete.file)
参数----------Arguments----------
参数:file
character vector containing the names of the files to be displayed
特征向量包含要显示的文件名
参数:header
headers to use for each file
为每个文件头使用
参数:title
common title to use for the window(s). Pasted together with the header to form actual window title.
常见的标题使用的窗口(S)。粘贴在一起header形成实际的窗口标题。
参数:delete.file
logical. Should file(s) be deleted after display?
逻辑。应文件(s)被删除后显示?
注意----------Note----------
The "\b_" string used for underlining is currently quietly removed. The font and background colour are currently hardcoded to Courier and gray90.
"\b_"字符串为下划线正在悄然撤下。 Courier和gray90目前硬编码的字体和背景颜色。
参见----------See Also----------
file.show
file.show
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|