Rdocumentation
powered by
Learn R Programming
classGraph (version 0.7-7)
Construct Graphs of S4 Class Hierarchies
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.
Copy Link
Link to current version
Version
Version
0.7-7
0.7-6
0.7-5
0.7-4
0.7-3
0.7-2
0.7-1
0.7-0
Install
install.packages('classGraph')
Monthly Downloads
440
Version
0.7-7
License
GPL
Maintainer
Martin Maechler
Last Published
April 29th, 2025
Functions in classGraph (0.7-7)
Search all functions
plotRag
Plot an Ragraph (using Rgraphviz)
classGraph-package
The R Package 'classGraph'
bGraph
Create a "Branch Graph" (Simple Tree with Root and Leaves)
superClasses
List of Super Classes of a Given S4 Class
subClasses
All Subclasses of a Given S4 Class
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
class2Graph
Build the Graph of Super Classes from an S4 Class Definition