X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fconsensus.Rd;h=bbedf3706d11cf6f30b63e57c227db3527bedbf5;hb=8e2e1ceb81f455bcb7b184d114913295d67b93c4;hp=f63b551078192d53dcc0d3e932a7160d409664d3;hpb=dd6a471eb1c239c03a082a67573603a20e5256ad;p=ape.git diff --git a/man/consensus.Rd b/man/consensus.Rd index f63b551..bbedf37 100644 --- a/man/consensus.Rd +++ b/man/consensus.Rd @@ -5,7 +5,7 @@ consensus(..., p = 1, check.labels = TRUE) } \arguments{ - \item{...}{either (i) a single object of class \code{"phylo"}, (ii) a + \item{\dots}{either (i) a single object of class \code{"phylo"}, (ii) a series of such objects separated by commas, or (iii) a list containing such objects.} \item{p}{a numeric value between 0.5 and 1 giving the proportion for a @@ -22,9 +22,9 @@ consensus(..., p = 1, check.labels = TRUE) 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). }