LeMis {threejs} | R Documentation |
Les Miserables Character Coappearance Data
data(LeMis)
A list of two data frames: nodes with 77 observations (listing characters in the novel) of 4 variables
(id
a numeric identifier, label
the character's name, size
a node plot size, and
color
the node plot color); edges: with 254 observations of 4 variables (from
and to
listing connections between node ids, size
the edge plot size, and color
the edge plot color.
Mike Bostock's D3.js force-directed graph example http://bl.ocks.org/mbostock/4062045. Data based on character coappearence in Victor Hugo's Les Miserables, compiled by Donald Knuth (http://www-cs-faculty.stanford.edu/~uno/sgb.html).