Package: flownet 0.3.0

flownet: Transport Modeling: Network Processing, Route Enumeration, and Traffic Assignment
High-performance tools for transport modeling - network processing, route enumeration, and traffic assignment in R. The package implements the Path-Sized Logit model for traffic assignment - Ben-Akiva and Bierlaire (1999) <doi:10.1007/978-1-4615-5203-1_2> - an efficient route enumeration algorithm, and provides powerful utility functions for (multimodal) network generation, consolidation/contraction, and/or simplification. The user is expected to provide a transport network (either a graph or collection of linestrings) and an origin-destination (OD) matrix of trade/traffic flows. Maintained by transport consultants at CPCS (cpcs.ca).
Authors:
flownet_0.3.0.tar.gz
flownet_0.3.0.zip(r-4.7)flownet_0.3.0.zip(r-4.6)flownet_0.3.0.zip(r-4.5)
flownet_0.3.0.tgz(r-4.6-x86_64)flownet_0.3.0.tgz(r-4.6-arm64)flownet_0.3.0.tgz(r-4.5-x86_64)flownet_0.3.0.tgz(r-4.5-arm64)
flownet_0.3.0.tar.gz(r-4.7-x86_64)flownet_0.3.0.tar.gz(r-4.7-arm64)flownet_0.3.0.tar.gz(r-4.6-arm64)flownet_0.3.0.tar.gz(r-4.6-x86_64)
flownet_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
flownet/json (API)
NEWS
| # Install 'flownet' in R: |
| install.packages('flownet', repos = c('https://sebkrantz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sebkrantz/flownet/issues
Pkgdown/docs site:https://sebkrantz.github.io
- africa_cities_ports - African Cities and International Ports
- africa_network - Trans-African Road Transport Network
- africa_segments - Raw Network Segments for Trans-African Transport Network
- africa_trade - Intra-African Trade Flows by HS Section
Last updated from:f150c13972. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 203 | ||
| linux-devel-x86_64 | OK | 192 | ||
| source / vignettes | OK | 251 | ||
| linux-release-arm64 | OK | 164 | ||
| linux-release-x86_64 | OK | 172 | ||
| macos-release-arm64 | OK | 133 | ||
| macos-release-x86_64 | OK | 275 | ||
| macos-oldrel-arm64 | OK | 110 | ||
| macos-oldrel-x86_64 | OK | 251 | ||
| windows-devel | OK | 433 | ||
| windows-release | OK | 462 | ||
| windows-oldrel | OK | 647 | ||
| wasm-release | OK | 150 |
Exports:consolidate_graphcreate_undirected_graphcritical_link_analysisdistances_from_graphlinestrings_from_graphlinestrings_to_graphmelt_od_matrixnodes_from_graphnormalize_graphrun_assignmentsimplify_network
Dependencies:classclassIntclicollapsecpp11crayonDBIe1071geodistgluehmsigraphKernSmoothkitlatticeleaderClusterlifecyclemagrittrMASSMatrixmirainanonextpkgconfigprettyunitsprogressproxyR6Rcpprlangs2sfunitsvctrswk
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Efficient Transport Modeling | flownet-package flownet |
| African Cities and International Ports | africa_cities_ports |
| Trans-African Road Transport Network | africa_network |
| Raw Network Segments for Trans-African Transport Network | africa_segments |
| Intra-African Trade Flows by HS Section | africa_trade |
| Consolidate Graph | consolidate_graph |
| Create Undirected Graph | create_undirected_graph |
| Critical Link Analysis | critical_link_analysis |
| Compute Distance Matrix from Graph | distances_from_graph |
| Convert Graph to Linestrings | linestrings_from_graph |
| Convert Linestring to Graph | linestrings_to_graph |
| Melt Origin-Destination Matrix to Long Format | melt_od_matrix |
| Extract Nodes from Graph | nodes_from_graph |
| Normalize Graph Node IDs | normalize_graph |
| Run Traffic Assignment | print.flownet run_assignment |
| Simplify Network | simplify_network |
