help.ebam(siggenes)
help.ebam()所属R语言包:siggenes
Help files or argument list for EBAM-specific methods
帮助文件为EBAM特定的方法或参数列表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Displays the help page or the argument list, respectively, for a EBAM-specific method.
显示帮助页面或参数列表,分别为EBAM具体方法。
用法----------Usage----------
help.ebam(method)
args.ebam(method)
参数----------Arguments----------
参数:method
a name or a character string specifying the method for which the arguments or the help page, respectively, should be shown. Currently available are print, plot, and summary.
一个名称或一个字符串指定参数或帮助页面,分别为应显示的方法。目前可用的print,plot,summary。
值----------Value----------
The arguments of the specified method are displayed or a html page containing the help for the specified method is opened, respectively.
参数指定method显示或打开一个HTML页面,其中包含指定的method的帮助下分别。
作者(S)----------Author(s)----------
Holger Schwender, <a href="mailto:holger.schw@gmx.de">holger.schw@gmx.de</a>
参见----------See Also----------
EBAM-class, ebam
EBAM-class,ebam
举例----------Examples----------
# Displays the arguments of the function summary[参数显示功能概要]
args.ebam(summary)
# Opens the help page in the browser[在浏览器中打开帮助页面]
help.ebam(summary)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|