treeData1 {AutoWMM}R Documentation

Simple Tree Data

Description

Small, artificially generated toy data set to demonstrate package functionality

Usage

data(treeData1)

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)

Estimate

A numerical value assumed to be survey count belonging to 'to' node (integer)

Total

A numerical value assumed to be survey sample size (integer)

Count

A numerical value for marginal count if leaf node (integer)

Population

A boolean value for if survey size is entire population (logical)

Description

A string describing 'to' node (string)

References

This data set was artificially created for the AutoWMM package.

Examples

data(treeData1)
head(treeData1)


[Package AutoWMM version 1.0.1 Index]