AllDists: All distances between a pair of trees

Description Usage Arguments Methods tested Author(s) References See Also Examples

Description

AllDists() calculates the distances between two trees, using a suite of distance measures.

Usage

1
AllDists(tr1, tr2, verbose = FALSE)

Arguments

tr1, tr2

Phylogenetic trees of class phylo.

verbose

Logical specifying whether to print messages allowing the user to keep track of progress.

Methods tested

Author(s)

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

References

\insertRef

Bogdanowicz2012TreeDist

\insertRef

Li1996TreeDist

\insertRef

Kendall2016TreeDistData

\insertRef

Nye2006TreeDist

\insertRef

Robinson1981TreeDist

\insertRef

Smith2019TreeDist

\insertRef

SmithDistTreeDist

\insertRef

Steel1993TreeDist

\insertRef

Valiente2009TreeDist

See Also

Other pairwise tree distances: CompareAllTrees()

Examples

1
2
3
library('TreeTools', quietly = TRUE, warn.conflict = FALSE)
AllDists(BalancedTree(8), PectinateTree(8))
AllDists(list(BalancedTree(6), PectinateTree(6)), BalancedTree(6))

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