lesmis: Knuth-Characters From Les Miserables

Description Usage Source Examples

Description

lesmis: One 77 by 77 symmetric, frequency matrix.

BACKGROUND The file contains the weighted network of coappearances of characters in Victor Hugo's novel "Les Miserables". Nodes represent characters as indicated by the labels and edges connect any pair of characters that appear in the same chapter of the book. The values on the edges are the number of such coappearances.

Usage

1

Source

D. E. Knuth. (1993). The Stanford GraphBase: A Platform for Combinatorial Computing, Addison-Wesley, Reading, MA

Examples

1
2
3
4
5
6
7
8
data(lesmis)

##Plot
plot(lesmis,displaylabels=TRUE,boxed.labels=FALSE,label.cex=.5,usearrows=FALSE)

##Edge attributes

as.sociomatrix(lesmis,attr="edgevalue")

zalmquist/networkdata documentation built on May 4, 2019, 9:08 p.m.