objViewer(tkWidgets)
objViewer()所属R语言包:tkWidgets
Show the Content of an R Object in a Widget
R对象的内容显示在Widget
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes an R object and shows the content in a list box on a widget.
这个函数需要一个R对象,并显示在列表框上的小部件的内容。
用法----------Usage----------
objViewer(toView, width = 40, height = 10)
参数----------Arguments----------
参数:toView
R object whose content is to be viewed
R对象,其内容是被视为
参数:width, height
positive values specifying the width and height of the widget.
正面的价值观指定widget的宽度和高度。
Details
详情----------Details----------
The function makes no check of the R object passed and will show whatever the object will be shown when the name is type at an R prompt. Formatting is required before passing the R object to the function.
功能,使没有通过的R对象的检查,并会显示任何对象的名称时,将显示在一个R提示类型。格式化之前,需要传递函数R对象。
值----------Value----------
This function does not return any value
此函数不返回任何值
作者(S)----------Author(s)----------
Jianhua Zhang
参见----------See Also----------
listSelect
listSelect
举例----------Examples----------
# Since user interference is required, the example code only runs[由于用户干扰是必需的,例如代码只能运行]
# interactively[交互]
if(interactive())
objViewer("Just to show that the content gets posted")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|