Concensus Trees
Given a series of trees, this function returns the consensus tree. By
default, the strict-consensus tree is computed. To get the
majority-rule consensus tree, use p = 0.5
. Any value between
0.5 and 1 can be used.
consensus(..., p = 1, check.labels = TRUE)
... |
either (i) a single object of class |
p |
a numeric value between 0.5 and 1 giving the proportion for a clade to be represented in the consensus tree. |
check.labels |
a logical specifying whether to check the labels
of each tree. If |
Using check.labels = FALSE
results in
considerable decrease in computing times. This requires that all
trees have the same tip labels, and these labels are
ordered similarly in all trees (in other words, the element
tip.label
are identical in all trees).
an object of class "phylo"
.
Emmanuel Paradis
Felsenstein, J. (2004) Inferring Phylogenies. Sunderland: Sinauer Associates.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.