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

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

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

                                        A widget that allows users to explore the example code and help
                                         一个widget,允许用户探索示例代码和帮助

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

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

Given a valid package name as a character string, eExplorer collects all the example code from the "R-ex" directory from the R library for that package and then displays the names of the code examples in a list box. When a name in the list box is clicked, the corresponding code will be displayed and users are allowed to execute the code or view the help file for the function the example code is for.
鉴于有效的包名作为一个字符串,eExplorer收集所有的例子代码的“R-EX”从这个包R库的目录,然后显示在列表框的代码示例的名称。在列表框中的名称被点击时,将显示相应的代码,允许用户来执行代码或函数的示例代码是查看帮助文件。


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


eExplorer(pkgName, font = "arial 13", getFocus = TRUE)
getExCode(pkgName)
getHelpFile(pkgName, fileName)



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

参数:pkgName
pkgName a character string for the name of an R package of interest. The R package needs to be installed
pkgName利益的R包的名称字符串。需要安装的R包


参数:font
font a character string for the font to be used by the widget to display the text. The default is "arial 13"
font由部件用于显示文本的字体的字符串。默认是“宋体13”


参数:fileName
fileName a character string for the name of a file in "R-ex" with the ".R" extension removed. The file contains a chunk of example code and may have a corrsponding help file in the "help" directory
fileName为一个文件中的“R-EX”的“删除”,R扩展名的字符串。该文件包含一个示例代码块,并可能在“帮助”目录corrsponding帮助文件


参数:getFocus
getFocus a boolean indicating whether a widget should grab the focus
getFocus一个布尔值,指示部件是否应该抓住重点


Details

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

getExCode and getHelpFile are called by eExplorer to get the code examples or help help files contained by a given package.
getExCode和getHelpFile被称为eExplorer得到的代码示例或帮助一个给定的包所包含的帮助文件。


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

eExplorer does not return anything useful.
eExplorer不返回有用的东西。


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


Jianhua Zhang



参考文献----------References----------



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

vExplorer
vExplorer


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


  if(interactive()){
      require("Biobase") || stop("Does not run without Biobase")
      eExplorer("Biobase")
  }

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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