igraphdata
A Collection of Network Data Sets for the 'igraph' Package
A small collection of various network data sets, to use with the 'igraph' package: the Enron email network, various food webs, interactions in the immunoglobulin protein, the karate club network, Koenigsberg's bridges, visuotactile brain areas of the macaque monkey, UK faculty friendship network, domestic US flights network, etc.
README
```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
comment = "#>"
)
```
```{r, echo = FALSE, results = 'hide'}
options(pager = function(files, header, title, delete.file) {
for (f in files) {
l <- readLines(f)
cat(l, sep = "\n")
}
})
```
# Data sets for the igraph R package
[](https://travis-ci.org/igraph/igraphdata)
[](https://ci.appveyor.com/project/gaborcsardi/igraphdata)
This is a data R package, that contains network data sets,
to be used with the igraph R package.
## Installation
From CRAN:
```{r, eval = FALSE}
install.packages("igraphdata")
```
You can install the development version from Github, using the
[devtools package](https://github.com/hadley/devtools):
```{r, eval = FALSE}
devtools::install_github("igraph/igraphdata")
```
## Usage
```{r}
library(igraphdata)
data(package = "igraphdata")
```
# License
CC BY-SA 4.0, plus see [LICENSE](LICENSE) for the licenses of the
individual data sets.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
1.0.1 |
rolling linux/jammy R-4.5 | igraphdata_1.0.1.tar.gz |
962.4 KiB |
1.0.1 |
rolling linux/noble R-4.5 | igraphdata_1.0.1.tar.gz |
962.3 KiB |
1.0.1 |
rolling source/ R- | igraphdata_1.0.1.tar.gz |
932.0 KiB |
1.0.1 |
latest linux/jammy R-4.5 | igraphdata_1.0.1.tar.gz |
962.4 KiB |
1.0.1 |
latest linux/noble R-4.5 | igraphdata_1.0.1.tar.gz |
962.3 KiB |
1.0.1 |
latest source/ R- | igraphdata_1.0.1.tar.gz |
932.0 KiB |
1.0.1 |
2026-04-26 source/ R- | igraphdata_1.0.1.tar.gz |
932.0 KiB |
1.0.1 |
2026-04-23 source/ R- | igraphdata_1.0.1.tar.gz |
932.0 KiB |
1.0.1 |
2026-04-09 windows/windows R-4.5 | igraphdata_1.0.1.zip |
965.0 KiB |
1.0.1 |
2025-04-20 source/ R- | igraphdata_1.0.1.tar.gz |
932.0 KiB |
Dependencies (latest)
Suggests
- igraph (>= 1.0.0)