Interface | Description |
---|---|
Child | |
Graph.Dense | |
Graph.Sparse | |
Graph.SubGraph |
Class | Description |
---|---|
Directed |
The class of Directed Graphs.
|
Directed.C |
The class of Cyclic Directed Graphs of the form
|
Directed.Dense |
A Dense, Directed Graph with Type t and adjacency Matrix A.
|
Directed.Sparse |
The class of Sparse Directed Graphs.
|
Graph |
Core Graph operations and useful constants etc..
|
README |
About package 'graph' -- tools for Graphs (networks)
|
Test |
Run a few(!), simple(!) tests on
Graphs . |
Type | |
Undirected |
The class of Undirected Graphs.
|
Undirected.Dense |
A Dense, Undirected Graph with Type t and adjacency Matrix A.
|
Undirected.K |
The class of complete Undirected (unlabelled) Graphs, Kn.
|
Undirected.Sparse |
The class of Sparse Undirected Graphs.
|
README
.