lesMis {sgraph} | R Documentation |
Co-appearances of characters in "Les Miserables"
Description
A graph where the nodes are characters in "Les Miserables" and the edges are times that the characters appeared together in the novel.
Usage
lesMis
Format
An igraph object with 77 nodes and 254 edges
- id
numeric id of nodes
- label
character label (names) of nodes
- value
numeric weight of the edges (number of co-appearances)
Source
D. E. Knuth, The Stanford GraphBase: A Platform for Combinatorial Computing, Addison-Wesley, Reading, MA (1993)
[Package sgraph version 1.0.0 Index]