CalculateTreeDistance {TreeDist} | R Documentation |
Calls tree distance functions from trees or lists of trees
CalculateTreeDistance(Func, tree1, tree2 = NULL, reportMatching = FALSE, ...)
Func |
Tree distance function. |
tree1 , tree2 |
Trees of class |
reportMatching |
Logical specifying whether to return the clade matchings as an attribute of the score. |
... |
Additional arguments to |
Martin R. Smith (martin.smith@durham.ac.uk)