Description Usage Arguments Details Value Author(s) See Also Examples
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.
1 2 | 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
1 2 | subClassNames("matrix")
superClassNames("matrix")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.