Calls tree distance functions from trees or lists of trees
CalculateTreeDistance(Func, tree1, tree2 = NULL, reportMatching = FALSE, ...)
Tree distance function.
Trees of class phylo
, with leaves labelled identically,
or lists of such trees to undergo pairwise comparison. Where implemented,
tree2 = NULL
will compute distances between each pair of trees in the list
tree1
using a fast algorithm based on
Day1985;textualTreeDist.
Logical specifying whether to return the clade matchings as an attribute of the score.
Additional arguments to Func
.