CompareAllTrees: All distances between each pair of trees

Description Usage Arguments Author(s) See Also Examples

Description

All distances between each pair of trees

Usage

1
CompareAllTrees(trees, exact = FALSE, slow = TRUE, verbose = FALSE)

Arguments

trees

List of bifurcating trees of class phylo.

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.

Author(s)

Martin R. Smith (martin.smith@durham.ac.uk)

See Also

Other pairwise tree distances: AllDists()

Examples

1
2
trees <- lapply(rep(8, 5), TreeTools::RandomTree, root = TRUE)
CompareAllTrees(trees)

ms609/TreeDistData documentation built on May 21, 2021, 6:53 a.m.