R/edgebundle-package.R

#' 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()`
#'
#' @keywords internal
"_PACKAGE"
schochastics/edgebundle documentation built on Sept. 25, 2024, 8:44 p.m.