Enron | R Documentation |
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.
data(Enron)
An object of class list
of length 2.
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.
Originally released by William Cohen at CMU. More details on the origins and research uses of the dataset.
data(Enron)
g1 <- Enron[[1]]
g2 <- Enron[[2]]
plot(g1, g2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.