Description Usage Arguments Details Value Author(s) See Also
View source: R/compare.all.trees.R
Compare all trees in a treeset, and return a matrix (lower diagonal only) indicating which pairwise comparisons are identical
1 | compare.all.trees(treeset, ...)
|
treeset |
an object of class |
... |
additional arguments to be passed along to |
Slow, tedious one-on-one comparison of trees, depending on the implementation in ape
.
As written, this function is sensitive to rooting.
A matrix of TRUE
and FALSE
values depending on whether the compared trees are identical in topology
Andrew Hipp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.