]> git.donarmstrong.com Git - ape.git/blobdiff - man/yule.cov.Rd
final commit for ape 3.0-8
[ape.git] / man / yule.cov.Rd
index 10313c8d8c0e9bdb66a6af45a13d610851a3f863..9710a94d743e4a091bc60b6a5eb2cc410b4eeee0 100644 (file)
@@ -43,7 +43,7 @@ yule.cov(phy, formula, data = NULL)
   \item a phylogenetic tree which may contain multichotomies;
 
   \item a formula which specifies the predictors of the model described
-  above: this is given as a standard R formula and has no response (no
+  above: this is given as a standard \R formula and has no response (no
   left-hand side term), for instance: \code{~ x + y}, it can include
   interactions (\code{~ x + a * b}) (see \code{\link[stats]{formula}}
   for details);
@@ -55,7 +55,7 @@ yule.cov(phy, formula, data = NULL)
   be equal to the number of tips of the tree + the number of nodes. The
   order is the following: first the values for the tips in the same
   order than for the labels, then the values for the nodes sequentially
-  from the root to the most terminal nodes (i.e. in the order given by
+  from the root to the most terminal nodes (i.e., in the order given by
   \code{phy$edge}).
 }