treeData1 | R Documentation |
Small, artificially generated toy data set to demonstrate package functionality
data(treeData1)
An object of class "data.frame"
A node label and started point of directed edge (parent node)
A node label and endpoint of directed edge (child node)
A numerical value assumed to be survey count belonging to 'to' node (integer)
A numerical value assumed to be survey sample size (integer)
A numerical value for marginal count if leaf node (integer)
A boolean value for if survey size is entire population (logical)
A string describing 'to' node (string)
This data set was artificially created for the AutoWMM package.
data(treeData1)
head(treeData1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.