]> git.donarmstrong.com Git - ape.git/blobdiff - man/nodelabels.Rd
fixes in compar.ou and plot.phylo + new bind.tree
[ape.git] / man / nodelabels.Rd
index be732b66f55540b644f3cac7ee60c851b2b42ea0..292dc1389f06248583b42aef9b40918c1528c2cf 100644 (file)
@@ -30,9 +30,10 @@ edgelabels(text, edge, adj = c(0.5, 0.5), frame = "rect",
   \item{edge}{a vector of mode numeric giving the numbers of the edges
     where the text or the symbols are to be printed. Can be left empty.}
   \item{adj}{one or two numeric values specifying the horizontal and
-    vertical, respectively, justification of the text. By default, the
-    text is centered horizontally and vertically. If a single value is
-    given, this alters only the horizontal position of the text.}
+    vertical, respectively, justification of the text or symbols. By
+    default, the text is centered horizontally and vertically. If a
+    single value is given, this alters only the horizontal position of
+    the text.}
   \item{frame}{a character string specifying the kind of frame to be
     printed around the text. This must be one of "rect" (the default),
     "circle", "none", or any unambiguous abbreviation of these.}
@@ -82,7 +83,7 @@ edgelabels(text, edge, adj = c(0.5, 0.5), frame = "rect",
 \author{Emmanuel Paradis \email{Emmanuel.Paradis@mpl.ird.fr}, Ben Bolker
   \email{bolker@zoo.ufl.edu}, and Jim Lemon}
 \seealso{
-  \code{\link{plot.phylo}}
+  \code{\link{plot.phylo}}, \code{\link{edges}}
 }
 \examples{
 tr <- read.tree(text = "((Homo,Pan),Gorilla);")