]> git.donarmstrong.com Git - ape.git/blobdiff - man/nodelabels.Rd
fix from Pierre Legendre
[ape.git] / man / nodelabels.Rd
index 9a7f51a96c1a7ac9deefb3b631fb2cc8eda31fa3..5c44f3f74d54941c5d8100ce626807a9f198281b 100644 (file)
@@ -20,7 +20,7 @@ tiplabels(text, tip, adj = c(0.5, 0.5), frame = "rect",
 edgelabels(text, edge, adj = c(0.5, 0.5), frame = "rect",
            pch = NULL, thermo = NULL, pie = NULL, piecol = NULL,
            col = "black", bg = "lightgreen", horiz = FALSE,
-           width = NULL, height = NULL, ...)
+           width = NULL, height = NULL, date = NULL, ...)
 
 }
 \arguments{
@@ -63,6 +63,8 @@ edgelabels(text, edge, adj = c(0.5, 0.5), frame = "rect",
   \item{horiz, width, height}{parameters controlling the aspect of
     thermometers; by default, their width and height are determined
     automatically.}
+  \item{date}{specifies the positions of labels on edges of chronograms
+    with respect to the time scale.}
 }
 \details{
   These three functions have the same optional arguments and the same
@@ -86,8 +88,7 @@ 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, Ben Bolker \email{bolker@zoo.ufl.edu}, and Jim
-  Lemon}
+\author{Emmanuel Paradis, Ben Bolker, and Jim Lemon}
 \seealso{
   \code{\link{plot.phylo}}, \code{\link{edges}},
   \code{\link{mixedFontLabel}}