HierarchicalEdgeBundles-package: Visualize graphs using Hierarchical Edge Bundles

Description Author(s) References See Also Examples

Description

Visualize graphs using a crude version of the hierarchical edge bundling method. Hierarchical edge bundling visualizes graphs by guiding edges along along a hierarchical tree of the nodes. A bundling parameter controls how tightly the edges follow the tree. For details confer the reference below.

Author(s)

Anders Ellern Bilgrau
Maintainer: Anders Ellern Bilgrau <anders.ellern.bilgrau@gmail.com>

References

Holten, Danny. "Hierarchical edge bundles: Visualization of adjacency relations in hierarchical data." Visualization and Computer Graphics, IEEE Transactions on 12.5 (2006): 741-748.

See Also

Core user function: plotHEB

Examples

1
2
3
4
5
6
7
8
library("igraph")
library("ape")

graph <- watts.strogatz.game(1, size = 10, nei = 2, p = 0.5)
adj.mat <- get.adjacency(graph)
phylo <- as.phylo(hclust(as.dist(1-adj.mat)))

plotHEB(graph, phylo, type = "fan")

AEBilgrau/HierarchicalEdgeBundles documentation built on May 5, 2019, 11:29 a.m.