R/data_highschool.R

#' Friendship among high school boys
#'
#' This dataset shows the friendship among high school boys as assessed by the
#' question: "What fellows here in school do you go around with most often?".
#' The question was posed twice, with one year in between (1957 and 1958) and
#' shows the evolution in friendship between the two timepoints.
#'
#' @format
#' The graph is stored as an unnamed edgelist with a year attribute.
#' \describe{
#'  \item{from}{The boy answering the question}
#'  \item{to}{The boy being the answer to the question}
#'  \item{year}{The year the friendship was reported}
#' }
#'
#' @source
#' Coleman, J. S. *Introduction to Mathematical Sociology*. New York: Free
#' Press, pp.450-451.
#'
'highschool'

Try the ggraph package in your browser

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

ggraph documentation built on Oct. 10, 2022, 1:05 a.m.