CompareAllTrees | R Documentation |
All distances between each pair of trees
CompareAllTrees(trees, exact = FALSE, slow = TRUE, verbose = FALSE)
trees |
List of bifurcating trees of class |
exact |
Logical specifying whether to calculate exact rearrangement distances. |
slow |
Logical specifying whether to report distance measures that are slow to calculate (quartet distance and maximum agreement subtree). |
verbose |
Logical specifying whether to report which calculation is presently being performed. |
Martin R. Smith (martin.smith@durham.ac.uk)
Other pairwise tree distances:
AllDists()
trees <- lapply(rep(8, 5), TreeTools::RandomTree, root = TRUE)
CompareAllTrees(trees)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.