subClassNames(RBioinf)
subClassNames()所属R语言包:RBioinf
Functions to return the names of either subclasses or superclasses.
函数返回或者子类或超类的名称。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given the name of a S4 class, or a S4 classRepresentation object, these functions return either the names of the direct subclasses or of the direct superclasses.
鉴于一个S4级,或一个S4classRepresentation对象的名称,这些函数返回的直接子类或直接超类的名称。
用法----------Usage----------
subClassNames(x)
superClassNames(x)
参数----------Arguments----------
参数:x
Either the name of a class, or an instance of classRepresentation.
无论是类的名称,或一个classRepresentation实例。
Details
详情----------Details----------
If a name is given then getClass is used to get the class representation object.
如果一个给定的名称,那么getClass被用来获取类表示对象。
值----------Value----------
A character vector, listing either the direct subclasses or the direct superclasses, depending on which function was called.
字符向量,上市或者直接子类或直接超类,取决于哪个函数被调用。
作者(S)----------Author(s)----------
R. Gentleman
参见----------See Also----------
getClass
getClass
举例----------Examples----------
subClassNames("matrix")
superClassNames("matrix")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|