R/treeData2.R

#' Larger Tree Data
#'
#' Larger artificially generated toy data set to demonstrate package functionality
#'
#' @docType data
#'
#' @usage data(treeData2)
#'
#' @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)}
#'  \item{Estimate}{A numerical value assumed to be survey count belonging to 'to' node (integer)}
#'  \item{Total}{A numerical value assumed to be survey sample size (integer)}
#'  \item{Count}{A numerical value for marginal count if leaf node (integer)}
#' }
#' @references This data set was artificially created for the AutoWMM package.
#' @keywords datasets
#' @examples
#' data(treeData2)
#' head(treeData2)
#'
"treeData2"

Try the AutoWMM package in your browser

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

AutoWMM documentation built on June 8, 2025, 11:10 a.m.