R/example.R

#' Toy example from Slez, O'Connell, and Curtis (2014).
#'
#' A dataset containing toy data on group overlap.
#'
#' @docType data
#' @name example
#' @usage data(example)
#' @format A data frame with 8 rows and 3 variables:
#' \itemize{
#'   \item A. A vector of numeric zone IDs associated with partition A.
#'   \item B. A vector of numeric zone IDs associated with partition B.
#'   \item EDGE.  A vector of numeric edge IDs.
#' }
NULL
aslez/aiR documentation built on May 12, 2019, 5:38 a.m.