getSubclasses | R Documentation |
This method returns a list containing the name of the class given as parameter and all the subclasses. Virtual classes are excluded from the list.
getSubclasses(className)
className |
a string with the name of a S4 class |
# show the names of the class BoundedDensity and all its subclasses getSubclasses("BoundedDensity") # show the names of the class Chen99Kernel and all its subclasses getSubclasses("Chen99Kernel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.