X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fnodelabels.Rd;h=82a3acbc28ccdc14fe79f88df440090d78a567b8;hb=0875d81d5ba5e6dfe79d42c21b0284b674c73949;hp=be732b66f55540b644f3cac7ee60c851b2b42ea0;hpb=c827059eeafc8cbe41c812b26979543ab287803e;p=ape.git diff --git a/man/nodelabels.Rd b/man/nodelabels.Rd index be732b6..82a3acb 100644 --- a/man/nodelabels.Rd +++ b/man/nodelabels.Rd @@ -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);")