X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fconsensus.Rd;h=6e1f5caa6b1c89534f3d9fcf371774538c2ab30b;hb=8883719a9139685f26d4c0c4cb26872d5f6d0d96;hp=c99dd3622d9bcce047a762d0886c0421462d50fd;hpb=3f8df9b013dc4ed297c9b242cd833698ce7d015a;p=ape.git diff --git a/man/consensus.Rd b/man/consensus.Rd index c99dd36..6e1f5ca 100644 --- a/man/consensus.Rd +++ b/man/consensus.Rd @@ -2,7 +2,7 @@ \alias{consensus} \title{Concensus Trees} \usage{ -consensus(..., p = 1, check.labels = FALSE) +consensus(..., p = 1, check.labels = TRUE) } \arguments{ \item{...}{either (i) a single object of class \code{"phylo"}, (ii) a @@ -22,9 +22,9 @@ consensus(..., p = 1, check.labels = FALSE) 0.5 and 1 can be used. } \details{ - Using (the default) \code{check.labels = FALSE} results in - considerable decrease in computing times. This requires that (i) all - trees have the same tip labels, \emph{and} (ii) these labels are + Using \code{check.labels = FALSE} results in + considerable decrease in computing times. This requires that all + trees have the same tip labels, \emph{and} these labels are ordered similarly in all trees (in other words, the element \code{tip.label} are identical in all trees). }