treecheck {windex} | R Documentation |
Takes a set of phylogenetic trees as a multiPhylo object (or a single tree as a phylo object) and reports which (if any) are not binary or ultrametric.
treecheck(trees)
trees |
Set of phylogenetic trees of class 'multiPhylo' or 'phylo' containing branch lengths. |
Either confirms that all trees are binary and ultrametric or prints warnings stating which trees do not meet those criteria.
Kevin Arbuckle