S4Help(RBioinf)
S4Help()所属R语言包:RBioinf
A function to find help for S4 classes and generics
中S4中类和仿制药的帮助下找到一个功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes the name of either a class or a generic function and finds a set of related manual pages. The user then selects which manual page they want.
此功能需要一个类或一个泛型函数的名称,并发现了一套相关的手册页。然后,用户选择他们想要的手册页。
用法----------Usage----------
S4Help(name, signature)
参数----------Arguments----------
参数:name
The name of the S4 class or generic function.
的S4类的名称或通用功能。
参数:signature
Currently not used.
目前没有使用。
Details
详情----------Details----------
For S4 classes, the class and any superclasses are found and the user can select which manual page they want. If the supplied name corresponds to a generic function, then that function, or any of its methods can be selected.
中S4中类,阶级和任何父被发现,用户可以选择他们想要的手册页。如果提供的名称对应到一个通用的功能,那么该功能,或它的任何方法可以选择。
值----------Value----------
NULL is returned, invisibly. The function is called purely for side effect.
NULL返回,无形之中。该功能被称为纯粹的副作用。
作者(S)----------Author(s)----------
R. Gentleman
参见----------See Also----------
help
help
举例----------Examples----------
## Not run: [#无法运行:]
S4Help("classRepresentation")
S4Help("coerce")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|