|
| Data.Graph.Analysis.Visualisation | | Maintainer | Ivan.Miljenovic@gmail.com |
|
|
|
| Description |
| A wrapper module around the Haskell Data.GraphViz library to
turn Graphs into basic graphs for processing by the Graphviz
application.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Turns the graph into DotGraph format with the given title.
Nodes are labelled, edges aren't.
|
|
|
| Turns the graph into DotGraph format with the given title.
Cluster the nodes based upon their ClusterLabel clusters.
Nodes and clusters are labelled, edges aren't.
|
|
| Produced by Haddock version 2.3.0 |