Skip to content

igraph/igraphdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Dec 8, 2024
Jun 17, 2023
Jun 17, 2023
Jun 19, 2023
May 29, 2023
May 27, 2023
Jun 16, 2023
Dec 13, 2022
Dec 9, 2024
Jan 7, 2015
Jul 12, 2015
Jun 17, 2023
Dec 9, 2024
Jun 16, 2023
Jun 16, 2023
Dec 13, 2022

Repository files navigation

Data sets for the igraph R package

Linux build status Windows build status

This is a data R package, that contains network data sets, to be used with the igraph R package.

Installation

From CRAN:

install.packages("igraphdata")

You can install the development version from Github, using the devtools package:

devtools::install_github("igraph/igraphdata")

Usage

library(igraphdata)
data(package = "igraphdata")
#> Data sets in package 'igraphdata':
#> 
#> Koenigsberg             Bridges of Koenigsberg from Euler's times
#> UKfaculty               Friendship network of a UK university faculty
#> USairports              US airport network, 2010 December
#> enron                   Enron Email Network
#> foodwebs                A collection of food webs
#> immuno                  Immunoglobulin interaction network
#> karate                  Zachary's karate club network
#> kite                    Krackhardt's kite
#> macaque                 Visuotactile brain areas and connections
#> rfid                    Hospital encounter network data
#> yeast                   Yeast protein interaction network

License

CC BY-SA 4.0, plus see LICENSE for the licenses of the individual data sets.