countTree {AutoWMM} | R Documentation |
Visualize post-wmmTree tree with root estimate and marginal counts Also displays average of probability samples on each branch
countTree(tree)
tree |
A makeTree object |
Returns a tree plot
message("note - longer run time example")
data(treeData1)
tree <- makeTree(treeData1)
Zhats <- wmmTree(tree, sample_length = 3)
countTree(tree)