classGraph-package {classGraph} | R Documentation |
The R Package 'classGraph'
Description
The package classGraph is package using graph and graph visualization methods to visualize inheritance graphs of S4 classes.
Details
Package: | classGraph |
Type: | Package |
Title: | Construct Graphs of S4 Class Hierarchies |
Version: | 0.7-6 |
Author: | Martin Maechler partly based on code from Robert Gentleman |
Maintainer: | Martin Maechler <maechler@stat.math.ethz.ch> |
Depends: | methods |
Imports: | graphics, stats, utils, graph, Rgraphviz |
Suggests: | Matrix |
Description: | Construct directed graphs of S4 class hierarchies and visualize them. In general, these graphs typically are DAGs (directed acyclic graphs), often simple trees in practice. |
License: | GPL |
Index of help topics:
bGraph Create a "Branch Graph" (Simple Tree with Root and Leaves) class2Graph Build the Graph of Super Classes from an S4 Class Definition classGraph-package The R Package 'classGraph' classTree builds a directed graph, typically a tree from a class Object mRagraph Construct a Laid-Out Graph for Plotting numOutEdges For each Node of a Directed Graph give the Number Outgoing Edges plotRag Plot an Ragraph (using Rgraphviz) subClasses All Subclasses of a Given S4 Class superClasses List of Super Classes of a Given S4 Class
Author(s)
Martin Maechler
See Also
classTree()
is the main function of this package.
[Package classGraph version 0.7-6 Index]