]> git.donarmstrong.com Git - ape.git/blobdiff - man/rTraitCont.Rd
various bug fixes
[ape.git] / man / rTraitCont.Rd
index 6ff347846cad82bbb8a98139980b18864bb18dc2..8a72487a777a032bf8d7ed5f795dcb3775689d06 100644 (file)
@@ -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)