data2 {JAGStree} | R Documentation |
Simple Tree Data 2
Description
Small, artificially generated toy data set to demonstrate package functionality with a simpler data frame
Usage
data(data2)
Format
An object of class "data.frame"
- from
A node label and started point of directed edge (parent node)
- to
A node label and endpoint of directed edge (child node)
References
This data set was artificially created for the JAGStree package.
Examples
data(data2)
head(data2)
[Package JAGStree version 1.0.1 Index]