R/data2.R

#' Simple Tree Data 2
#'
#' Small, artificially generated toy data set to demonstrate package functionality
#' with a simpler data frame
#'
#' @docType data
#'
#' @usage data(data2)
#'
#' @format An object of class \code{"data.frame"}
#' \describe{
#'  \item{from}{A node label and started point of directed edge (parent node)}
#'  \item{to}{A node label and endpoint of directed edge (child node)}
#'  }
#' @references This data set was artificially created for the JAGStree package.
#' @keywords datasets
#' @examples
#' data(data2)
#' head(data2)
#'
"data2"

Try the JAGStree package in your browser

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

JAGStree documentation built on April 3, 2025, 7:40 p.m.