X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Frtree.Rd;h=5f6a7fd179d5c090c133fa1970e26cfdcbf04b31;hb=8e2e1ceb81f455bcb7b184d114913295d67b93c4;hp=48401b5b8341e8a15b439ecbc0a2f599db763319;hpb=bd53d983d5daf867bc50b00ace48d017506599ef;p=ape.git diff --git a/man/rtree.Rd b/man/rtree.Rd index 48401b5..5f6a7fd 100644 --- a/man/rtree.Rd +++ b/man/rtree.Rd @@ -14,11 +14,13 @@ rmtree(N, n, rooted = TRUE, tip.label = NULL, br = runif, ...) (the default).} \item{tip.label}{a character vector giving the tip labels; if not specified, the tips "t1", "t2", ..., are given.} - \item{br}{an R function used to generate the branch lengths - (\code{rtree}; use \code{NULL} to simulate only a topology), or the - coalescence times (\code{rcoal}). For the latter, a genuine - coalescent tree is simulated by default.} - \item{...}{further argument(s) to be passed to \code{br}.} + \item{br}{one of the following: (i) an R function used to generate the + branch lengths (\code{rtree}; use \code{NULL} to simulate only a + topology), or the coalescence times (\code{rcoal}); (ii) a character + to simulate a genuine coalescent tree for \code{rcoal} (the + default); or (iii) a numeric vector for the branch lengths or the + coalescence times.} + \item{\dots}{further argument(s) to be passed to \code{br}.} \item{N}{an integer giving the number of trees to generate.} } \description{