miserables {rD3plot} | R Documentation |
Coappearance network of characters in Les Miserables (undirected)
Description
A list of two datasets, vertices and edges, containing data on characters and their coapperance in chapters in Victor Hugo's Les Miserables.
Usage
data("miserables")
Format
A list of two data frames:
the links data set consists of three variables of length 254:
Source: Character 1
Target: Character 2
value: number of times they appear together in a chapter of Les Miserables
the nodes data set consists of two variables with information on 77 characters:
name: Character name
group: Character group
References
D. E. Knuth, The Stanford GraphBase: A Platform for Combinatorial Computing, Addison-Wesley, Reading, MA (1993).
Examples
data(miserables)
head(miserables,10)
[Package rD3plot version 1.0.68 Index]