Package: infomap 2.12.0
infomap: Network Clustering with the Map Equation
R bindings for the Infomap network clustering algorithm. Infomap decomposes a network into modules by optimally compressing a description of information flows on the network using the Map Equation. Provides a high-level R6 facade over the SWIG-generated bindings, with idiomatic R helpers for inspecting the modular hierarchy, exporting to data frames, and integrating with the 'igraph' package.
Authors:
infomap_2.12.0.tar.gz
infomap_2.12.0.zip(r-4.7)infomap_2.12.0.zip(r-4.6)infomap_2.12.0.zip(r-4.5)
infomap_2.12.0.tgz(r-4.6-x86_64)infomap_2.12.0.tgz(r-4.6-arm64)infomap_2.12.0.tgz(r-4.5-x86_64)infomap_2.12.0.tgz(r-4.5-arm64)
infomap_2.12.0.tar.gz(r-4.7-arm64)infomap_2.12.0.tar.gz(r-4.7-x86_64)infomap_2.12.0.tar.gz(r-4.6-arm64)infomap_2.12.0.tar.gz(r-4.6-x86_64)
infomap_2.12.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
infomap/json (API)
| # Install 'infomap' in R: |
| install.packages('infomap', repos = c('https://mapequation.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mapequation/infomap/issues
clustering-algorithminfomapinformation-theorymap-equationnetwork-analysiscppopenmp
Last updated from:1d301a4615. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 244 | ||
| linux-devel-x86_64 | OK | 250 | ||
| source / vignettes | OK | 416 | ||
| linux-release-arm64 | OK | 237 | ||
| linux-release-x86_64 | OK | 264 | ||
| macos-release-arm64 | OK | 173 | ||
| macos-release-x86_64 | OK | 404 | ||
| macos-oldrel-arm64 | OK | 157 | ||
| macos-oldrel-x86_64 | OK | 337 | ||
| windows-devel | OK | 342 | ||
| windows-release | OK | 306 | ||
| windows-oldrel | OK | 322 | ||
| wasm-release | OK | 185 |
Exports:as_communitiescluster_infomapcluster_infomap_multilayerconstruct_argsInfomapinfomap_optionsInfomapClassmainmultilayer_node
Dependencies:R6
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert an Infomap result to igraph communities | as_communities as_communities.infomap_result |
| Coerce Infomap results to a data.frame | as.data.frame.Infomap |
| Cluster a network with Infomap | as.data.frame.infomap_result cluster_infomap print.infomap_result summary.infomap_result |
| Cluster a multilayer network with Infomap | cluster_infomap_multilayer |
| Render an Infomap options list to a CLI argument string | construct_args |
| Infomap network clustering | Infomap InfomapClass |
| Build a reusable Infomap options list | infomap_options |
| Run Infomap from the command line | main |
| Multilayer node helper | multilayer_node |
