countTree {AutoWMM}R Documentation

countTree

Description

Visualize post-wmmTree tree with root estimate and marginal counts Also displays average of probability samples on each branch

Usage

countTree(tree)

Arguments

tree

A makeTree object

Value

Returns a tree plot

Examples


  message("note - longer run time example")
  data(treeData1)
  tree <- makeTree(treeData1)
  Zhats <- wmmTree(tree, sample_length = 3)
  countTree(tree)
 

[Package AutoWMM version 1.0.2 Index]