Package: edgebundle 0.4.2
edgebundle: Algorithms for Bundling Edges in Networks and Visualizing Flow and Metro Maps
Implements several algorithms for bundling edges in networks and flow and metro map layouts. This includes force directed edge bundling <doi:10.1111/j.1467-8659.2009.01450.x>, a flow algorithm based on Steiner trees<doi:10.1080/15230406.2018.1437359> and a multicriteria optimization method for metro map layouts <doi:10.1109/TVCG.2010.24>.
Authors:
edgebundle_0.4.2.tar.gz
edgebundle_0.4.2.zip(r-4.5)edgebundle_0.4.2.zip(r-4.4)edgebundle_0.4.2.zip(r-4.3)
edgebundle_0.4.2.tgz(r-4.4-x86_64)edgebundle_0.4.2.tgz(r-4.4-arm64)edgebundle_0.4.2.tgz(r-4.3-x86_64)edgebundle_0.4.2.tgz(r-4.3-arm64)
edgebundle_0.4.2.tar.gz(r-4.5-noble)edgebundle_0.4.2.tar.gz(r-4.4-noble)
edgebundle_0.4.2.tgz(r-4.4-emscripten)edgebundle_0.4.2.tgz(r-4.3-emscripten)
edgebundle.pdf |edgebundle.html✨
edgebundle/json (API)
NEWS
# Install 'edgebundle' in R: |
install.packages('edgebundle', repos = c('https://schochastics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/schochastics/edgebundle/issues
- cali2010 - Migration from California in 2010
- metro_berlin - Subway network of Berlin
- us_flights - Flights within the US
- us_migration - Migration within the US 2010-2019
graph-algorithmsnetwork-analysisvisualization
Last updated 2 months agofrom:40c76121a4. Checks:OK: 3 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win-x86_64 | OK | Nov 22 2024 |
R-4.5-linux-x86_64 | OK | Nov 22 2024 |
R-4.4-win-x86_64 | NOTE | Nov 22 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 22 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 22 2024 |
R-4.3-win-x86_64 | NOTE | Nov 22 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 22 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 22 2024 |
Exports:convert_edgesedge_bundle_forceedge_bundle_hammeredge_bundle_pathedge_bundle_stubinstall_bundle_pymetro_multicriteriatnss_dummiestnss_smoothtnss_tree
Dependencies:clicpp11deldirgluehereigraphinterpjsonlitelatticelifecyclemagrittrMatrixpkgconfigpngrappdirsRcppRcppEigenRcppTOMLreticulaterlangrprojrootvctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Migration from California in 2010 | cali2010 |
Convert edges | convert_edges convert_edges.default convert_edges.igraph convert_edges.network convert_edges.tbl_graph |
force directed edge bundling | edge_bundle_force |
hammer edge bundling | edge_bundle_hammer |
Edge-Path Bundling | edge_bundle_path |
stub edge bundling | edge_bundle_stub |
install python dependencies for hammer bundling | install_bundle_py |
Subway network of Berlin | metro_berlin |
Metro Map Layout | metro_multicriteria |
Sample points for triangulated networks | tnss_dummies |
Smooth a Steiner tree | tnss_smooth |
Create Steiner tree from real and dummy points | tnss_tree |
Flights within the US | us_flights |
Migration within the US 2010-2019 | us_migration |