X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2FrTraitCont.Rd;h=8a72487a777a032bf8d7ed5f795dcb3775689d06;hb=4ef7ac2c31da7b7c70a31f1f95a1182d22c3a71a;hp=6ff347846cad82bbb8a98139980b18864bb18dc2;hpb=f295ab19440298e543db5a270e54f10a84382197;p=ape.git diff --git a/man/rTraitCont.Rd b/man/rTraitCont.Rd index 6ff3478..8a72487 100644 --- a/man/rTraitCont.Rd +++ b/man/rTraitCont.Rd @@ -3,7 +3,7 @@ \title{Continuous Character Simulation} \usage{ rTraitCont(phy, model = "BM", sigma = 0.1, alpha = 1, theta = 0, - ancestor = FALSE, root.value = 0, linear = TRUE) + ancestor = FALSE, root.value = 0, linear = TRUE, ...) } \arguments{ \item{phy}{an object of class \code{"phylo"}.} @@ -22,6 +22,8 @@ rTraitCont(phy, model = "BM", sigma = 0.1, alpha = 1, theta = 0, \item{root.value}{a numeric giving the value at the root.} \item{linear}{a logical indicating which parameterisation of the OU model to use (see details).} + \item{\dots}{further arguments passed to \code{model} if it is a + function.} } \description{ This function simulates the evolution of a continuous character along a @@ -76,7 +78,7 @@ rTraitCont(phy, model = "BM", sigma = 0.1, alpha = 1, theta = 0, } \author{Emmanuel Paradis} \seealso{ - \code{\link{rTraitDisc}}, \code{\link{ace}} + \code{\link{rTraitDisc}}, \code{\link{rTraitMult}}, \code{\link{ace}} } \examples{ data(bird.orders)