Usage
averageTree(trees, start=NULL, method="quadratic.path.difference",
tol=1e-12, quiet=FALSE, ...)
ls.consensus(trees, start=NULL, tol=1e-12, quiet=FALSE, ...)
minTreeDist(tree, trees, method="quadratic.path.difference", ...)
Arguments
trees
object of class "multiPhylo".
tree
object of class "phylo". For minTreeDist the tree on which to find the edge lengths that minimize the distance to the phylogenies in trees.
start
starting tree for optimization.
method
distance criterion for minimization. Options are "symmetric.difference", "branch.score.difference", "path.difference", and "quadratic.path.difference".
tol
tolerance value for optimization.
quiet
logical value indicating whether to run "quietly" or not.
...
other arguments to be passed internally.