R/Zachary.R

#' @title Zachary Karate Club Network
#'
#' @description A graph describing friendships among members of a university
#' karate club. Includes metadata for faction membership after a social
#' partition.
#' @name zachary
#' @docType data
#' @usage zachary
#' @format an igraph object with "gml" format
#' @references W. W. Zachary, "An information flow model for conflict and fission in small groups." Journal of Anthropological Research 33, 452-473 (1977).
#' @keywords datasets
#' @examples
#' data("zachary")
#' print(zachary)
NULL

Try the CINNA package in your browser

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

CINNA documentation built on Aug. 8, 2023, 5:13 p.m.