Enron: Email communication networks of Enron Corporation

EnronR Documentation

Email communication networks of Enron Corporation

Description

The Enron network data consists of email messages between 184 employees of the Enron Corporation where each graph represents one week of emails and each edge indicates whether there is email sent from one employee to the other.

Usage

data(Enron)

Format

An object of class list of length 2.

Details

Two networks are unweighted and directed with self-loops. There are 488 and 482 edges in two networks respectively and the empirical Pearson's correlation between two graphs is 0.85. Two email communication networks for two different weeks are stored in a list in the form of igraph objects.

References

Originally released by William Cohen at CMU. More details on the origins and research uses of the dataset.

Examples

data(Enron)
g1 <- Enron[[1]]
g2 <- Enron[[2]]
plot(g1, g2)


dpmcsuss/iGraphMatch documentation built on Feb. 15, 2024, 3:26 p.m.