edgebundle-package {edgebundle} | R Documentation |
edgebundle: Algorithms for Bundling Edges in Networks and Visualizing Flow and Metro Maps
Description
An R package that implements several edge bundling/flow and metro map algorithms. It includes:
Force directed edge bundling
edge_bundle_force()
Stub bundling
edge_bundle_stub()
Hammer bundling
edge_bundle_hammer()
Edge-path bundling
edge_bundle_path()
TNSS flow map
tnss_*()
Multicriteria Metro map layout
metro_multicriteria()
Author(s)
Maintainer: David Schoch david@schochastics.net (ORCID)
See Also
Useful links:
Report bugs at https://github.com/schochastics/edgebundle/issues
[Package edgebundle version 0.4.2 Index]