In R, how do I get the list of subclass of a S4 superclass?
I found showClass("mySuperClass",complete=FALSE) but it only prints the result. I would like to store it in a vector to use it.
|
In R, how do I get the list of subclass of a S4 superclass? I found showClass("mySuperClass",complete=FALSE) but it only prints the result. I would like to store it in a vector to use it.
| |||
|
feedback
|
|
Discover the class of a class definition (the class definition is itself an S4 class!)
and, with a little exploring, arrive at
| |||
|
feedback
|