Learn R Programming

⚠️There's a newer version (0.7-7) of this package.Take me there.

classGraph (version 0.7-6)

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

Version

Install

install.packages('classGraph')

Monthly Downloads

440

Version

0.7-6

License

GPL

Maintainer

Martin Maechler

Last Published

August 21st, 2023

Functions in classGraph (0.7-6)

subClasses

All Subclasses of a Given S4 Class
classGraph-package

The R Package 'classGraph'
plotRag

Plot an Ragraph (using Rgraphviz)
mRagraph

Construct a Laid-Out Graph for Plotting
superClasses

List of Super Classes of a Given S4 Class
bGraph

Create a "Branch Graph" (Simple Tree with Root and Leaves)
class2Graph

Build the Graph of Super Classes from an S4 Class Definition
numOutEdges

For each Node of a Directed Graph give the Number Outgoing Edges
classTree

builds a directed graph, typically a tree from a class Object