Description Usage Arguments Details Value Author(s) Examples
Given either a list of classes, or a single class, these functions produce a graph, with the classes as nodes and edges representing subclass/superclass relationships.
1 2 | classList2Graph(class, fullNames=TRUE)
class2Graph(class, fullNames=TRUE)
|
class |
Either the name of a single class, |
fullNames |
Indicates whether to use fully qualified (by package) names for the class. |
Edges are directed, and go from superclasses to subclasses (more specialized to less specialized).
A graph, typically an instance of the graphNEL
class.
R. Gentleman
1 2 | graphClasses = getClasses("package:graph")
classList2Graph(graphClasses)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.