https://github.com/gbertagnolli/intsegration
R package for the evaluation of the (weighted, normalised) efficiency of network flows.
https://github.com/gbertagnolli/intsegration
efficiency network-analysis network-efficiency network-flows networks weighted-networks
Last synced: 12 days ago
JSON representation
R package for the evaluation of the (weighted, normalised) efficiency of network flows.
- Host: GitHub
- URL: https://github.com/gbertagnolli/intsegration
- Owner: gbertagnolli
- Created: 2021-03-23T10:07:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T10:57:49.000Z (over 4 years ago)
- Last Synced: 2025-04-07T09:40:37.491Z (about 1 year ago)
- Topics: efficiency, network-analysis, network-efficiency, network-flows, networks, weighted-networks
- Language: R
- Homepage: https://gbertagnolli.github.io/intsegration
- Size: 2.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---
```{r, echo = FALSE, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```
# intsegration
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
This package contains functions for computing indicators of segregation (`modularity`) and integration (the global communication efficiency, `GCE`) of single-layer complex networks.
## Installation
```{r eval = FALSE}
devtools::install_github("gbertagnolli/intsegration")
```
## References
Bertagnolli, G., Gallotti, R. and De Domenico, M. Quantifying efficient information exchange in real network flows. Commun Phys 4, 1–10 (2021). [doi: 10.1038/s42005-021-00612-5](http://www.nature.com/articles/s42005-021-00612-5) [arXiv:2003.11374](arxiv.org/abs/2003.11374).
Gallotti, Riccardo, Bertagnolli, Giulia and De Domenico, Manlio. "Unraveling the hidden organisation of urban systems and their mobility flows." EPJ Data Science 10.1 (2021): 1-17. [doi: 10.1140/epjds/s13688-020-00258-3](doi.org/10.1140/epjds/s13688-020-00258-3) [arxiv:1908.02538](https://arxiv.org/abs/1908.02538)