CalculateTreeDistance {TreeDist} | R Documentation |
Wrapper for tree distance calculations
Description
Calls tree distance functions from trees or lists of trees
Usage
CalculateTreeDistance(Func, tree1, tree2 = NULL, reportMatching = FALSE, ...)
Arguments
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 |
Author(s)
Martin R. Smith (martin.smith@durham.ac.uk)
[Package TreeDist version 2.9.1 Index]