File: LeMis.Rd

package info (click to toggle)
r-cran-threejs 0.3.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,884 kB
  • sloc: javascript: 28,121; sh: 17; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 589 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data-definitions.R
\docType{data}
\name{LeMis}
\alias{LeMis}
\title{Les Miserables Character Coappearance Data}
\format{An igraph package graph object.}
\source{
Mike Bostock's D3.js force-directed graph example  \url{http://bl.ocks.org/mbostock/4062045}.
Data based on character coappearence in Victor Hugo's Les Miserables, compiled by Donald Knuth
(\url{http://www-cs-faculty.stanford.edu/~uno/sgb.html}).
}
\usage{
data(LeMis)
}
\description{
Les Miserables Character Coappearance Data
}
\keyword{datasets}