-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
35 lines (23 loc) · 1.32 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
output: github_document
---
<!-- index.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```
# intsegration
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
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)