drawTree {AutoWMM} | R Documentation |
drawTree
Description
Visualize tree with descriptions and probabilities; can be used pre-WMM analysis
Usage
drawTree(tree, probs = TRUE, desc = TRUE)
Arguments
tree |
A makeTree object |
probs |
A logical with default TRUE to specify whether to display probabilities on branches |
desc |
A logical with default TRUE to specify whether to display node descriptions |
Value
Returns a descriptive tree plot
Examples
data(treeData1)
tree <- makeTree(treeData1)
drawTree(tree)
[Package AutoWMM version 1.0.1 Index]