TreeDist (version 1.1.1)

CalculateTreeDistance: Wrapper for tree distance calculations

Description

Calls tree distance functions from trees or lists of trees

Usage

CalculateTreeDistance(Func, tree1, tree2, reportMatching = FALSE, ...)

Arguments

Func

Tree distance function.

tree1

Trees of class phylo, with leaves labelled identically, or lists of such trees to undergo pairwise comparison.

tree2

Trees of class phylo, with leaves labelled identically, or lists of such trees to undergo pairwise comparison.

reportMatching

Logical specifying whether to return the clade matchings as an attribute of the score.

Additional arguments to Func.