countTree: countTree

View source: R/countTree.R

countTreeR 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)
 

AutoWMM documentation built on June 8, 2025, 11:10 a.m.