找回密码
 注册
查看: 1326|回复: 0

R语言 tkWidgets包 stdType()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 15:41:15 | 显示全部楼层 |阅读模式
stdType(tkWidgets)
stdType()所属R语言包:tkWidgets

                                        Provide Default Behavior for listSelect Helper Functions
                                         提供为listSelect辅助函数的默认行为

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

The function listSelect takes two functions which define how the type information and content of R objects will be shown on the widget created by listSelect. Functions stdType() and stdView() provide the default behavior.
功能listSelectR对象的类型信息和内容如何将显示listSelect创建的小部件上定义的两个函数。功能stdType()和stdView()提供的默认行为。


用法----------Usage----------


stdType(toCheck)
stdView(toView)



参数----------Arguments----------

参数:toCheck, toView
arbitrary R object.
任意R对象。


Details

详情----------Details----------

These functions can be viewed as exmaples of defining functions for the typeFun and valueFun arguments of the listSelect function.
这些功能可以被看作是定义函数exmaplestypeFun和valueFunlistSelect函数的参数。


值----------Value----------

stdType() returns a character string describing the type of the R object.
stdType()返回一个字符串描述的R对象的类型。

stdView()
stdView()


作者(S)----------Author(s)----------


Jianhua Zhang



参见----------See Also----------

listSelect
listSelect


举例----------Examples----------


stdType(123)
stdType("What am I")

str(mydf <- data.frame(x = 2:8, ch = letters[1:7]))
stdType(mydf)# "list"[“列表”]
stdType(stdType)

if(interactive()) {## stdView() needs UI:[,#stdView()需要的用户界面:]
  stdView(1:10)
  stdView(mydf)
}

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 03:18 , Processed in 0.020460 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表