R/data-lesmis.R

#' Les Miserables character network
#'
#' Edgelist of network of characters in Victor Hugo's Les Miserables based on appearance in the same chapter
#'
#' @format A dataframe with 254 rows and 3 variables:
#' \describe{
#' \item{from}{Character name}
#' \item{to}{Character name}
#' \item{weight}{Number of chapters both characters appear in}
#' }
#'
#' @source \href{https://dl.acm.org/doi/book/10.1145/164984}{Knuth, 1993}
#'
#' @examples
#' lesmis
"lesmis"

Try the onadata package in your browser

Any scripts or data that you put into this service are public.

onadata documentation built on Jan. 25, 2022, 1:10 a.m.