#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.