-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
35 lines (22 loc) · 1.06 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
bibliography: pkg/vignettes/references.bib
---
# Overview
The **networkmeasures** package is implementing efficiency and vulnerability as metrics for assessing network complexity, e.g. traffic, family or business network. These metrics were first described by Latora et al [-@latora2001; -@latora2005] and Goldshtein et al [-@gol2004].
## Background
This package was developed during uRos the 2019 Unconf. We implemented:
1) The unweighted global efficieny measure for an igraph network (reference)
- naive implementation, using the average inverse shortest path between all the nodes
2) The unweighted local efficiency measure.
# Installation
You can install the development version from github, using the `remotes` package:
```{r eval=FALSE, include=TRUE}
remotes::install_github('uRosConf/networkmeasures/pkg', build_vignettes = TRUE)
```
# Usage
The vignette **introduction** provides an intro to the functions and the theory behind them.
```{r eval=FALSE, include=TRUE}
vignette("introduction", package = "networkmeasures")
```
# References