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

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

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

                                        Obtaining values of widgets on a given widget
                                         获得在一个给定部件的部件值

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

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

This function returns a list containing the values for widgets on a widget created by function widgetRender. It takes a list defining the widget and returns a named list containing the values for each of the widgets.
这个函数返回一个列表,其中包含一个widget由功能widgetRender创建部件的值。它定义的widget列表,并返回一个列表,其中包含每个部件的价值。


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


getWvalues(W)



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

参数:W
W a list of lists defining the widgets that are used to make a widget
W定义一个部件所使用的部件列表列表


Details

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

For a widget containing 3 widgets each with some associated functionalities, the list is defined as this:
对于一个包含一些相关的功能部件的部件,列表中被定义为:

pW1 <- list(Name="AAA", Value="bbb", toText=function(x) paste(x,collapse= ","), fromText=NULL, canEdit=TRUE, buttonFun = fileBrowser, buttonText = "Browse")
PW1 < - 列表(名称=“AAA”级,值=“BBB”,toText =(X)粘贴(X,崩溃“,”),fromText = NULL,canEdit = TRUE时,buttonFun = fileBrowser buttonText =“浏览”)

pW2 <- list(Name="BBB", Value="x,y,z", toText=function(x) paste(x, collapse=","), fromText=NULL, canEdit=TRUE, buttonFun = ls, buttonText = "List")
PW2 < - 列表(名称=“BBB”,价值=“X,Y,Z”,toText =函数(X)粘贴(X,崩溃“,”),fromText = NULL,canEdit = TRUE buttonFun = LS,buttonText =“名单”)

pW3 <- list(Name="CCC", Value="ccc", toText=function(x) paste(x, collapse = ","), fromText=NULL, canEdit=TRUE, buttonFun=NULL,  buttonText=NULL)
PW3 < - 列表(名称=“CCC认证”,值=“CCC”,toText =功能(X)粘贴(X,倒塌=“”),fromText = NULL,canEdit = TRUE,buttonFun = NULL buttonText = NULL)

widget1 <- list(wList = list(a = pW1, b = pW2, c = pW3), preFun  = function() "Hi", postFun = function() "Bye")
widget1 < - 列表(wList =列表(= PW1,B = PW2,C = PW3),preFun =函数()“嗨”,postFun =()“细则”)

widget1 will be used to create a widget with 3 entry boxes. When users modify the values through the widget created, new values will be kept in the list and widget1 will be returned up exist. getWvalues is useful to capture the values for each widgets on the widget.
widget1将用来创建一个具有3个输入框的部件。当用户修改的值,通过创建的小部件,新的值将被保存在列表将返回了widget1存在。 getWvalues是有用的,以捕捉每个部件上的部件的价值。


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

This function returns a list of:
这个函数返回一个列表:


参数:comp1
Description of "comp1"
“COMP1”的描述


参数:comp2
Description of "comp2"
“COMP2”的描述


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


Jianhua Zhang



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

widgetRender
widgetRender


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


# Define the widgets[定义的部件]
  pW1 <- list(Name="AAA", Value="bbb",
            toText=function(x) paste(x,collapse= ","), fromText=NULL,
            canEdit=TRUE,
            buttonFun = fileBrowser, buttonText = "Browse")

  pW2 <- list(Name="BBB", Value="x,y,z",
            toText=function(x) paste(x, collapse=","), fromText=NULL,
            canEdit=TRUE, buttonFun = ls, buttonText = "List")

  pW3 <- list(Name="CCC", Value="ccc",
            toText=function(x) paste(x, collapse = ","), fromText=NULL,
            canEdit=TRUE, buttonFun=NULL,  buttonText=NULL)

  widget1 <- list(wList = list(a = pW1, b = pW2, c = pW3),
                preFun  = function() "Hi",
                postFun = function() "Bye")

  if(interactive()){
      tt <- widgetRender(widget1, "try")
      getWvalues(tt)
  }else{
      getWvalues(widget1)
  }

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-22 23:44 , Processed in 0.051782 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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