]> git.donarmstrong.com Git - ape.git/blobdiff - man/nodelabels.Rd
various changes to DNAbin functions + new labels.DNAbin()
[ape.git] / man / nodelabels.Rd
index be732b66f55540b644f3cac7ee60c851b2b42ea0..82a3acbc28ccdc14fe79f88df440090d78a567b8 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.}
@@ -79,10 +80,10 @@ edgelabels(text, edge, adj = c(0.5, 0.5), frame = "rect",
   \code{show.tip.label}) of \code{plot.phylo} in most cases (see the
   examples).
 }
-\author{Emmanuel Paradis \email{Emmanuel.Paradis@mpl.ird.fr}, Ben Bolker
-  \email{bolker@zoo.ufl.edu}, and Jim Lemon}
+\author{Emmanuel Paradis, 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);")