subClassNames {RBioinf} | R Documentation |
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.
subClassNames(x) superClassNames(x)
x |
Either the name of a class, or an instance of classRepresentation. |
If a name is given then getClass
is used to get the
class representation object.
A character vector, listing either the direct subclasses or the direct superclasses, depending on which function was called.
R. Gentleman
subClassNames("matrix") superClassNames("matrix")