]> git.donarmstrong.com Git - ape.git/blobdiff - man/makeNodeLabel.Rd
new mixedFontLabel() + bug fix in rTraitCont.c
[ape.git] / man / makeNodeLabel.Rd
index 6fda0e676a534628f9c064d20a432e7362fe4f2d..b48ea13594266f7e1ccceac0f32995f3eb148d1d 100644 (file)
@@ -45,14 +45,17 @@ makeNodeLabel(phy, method = "number", prefix = "Node", nodeList = list(), ...)
   specified node labels (so that if the other nodes have already labels
   they are not modified) while the two others change all labels.
 }
-
+\value{
+  an object of class \code{"phylo"}.
+}
 \author{Emmanuel Paradis \email{Emmanuel.Paradis@mpl.ird.fr}}
 \seealso{
-  \code{\link{makeLabel}}, \code{\link[base]{grep}}
+  \code{\link{makeLabel}}, \code{\link[base]{grep}},
+  \code{\link{mixedFontLabel}}
 }
 \examples{
 tr <-
-"((Pan_paniscus,Pan_troglodytes),((Homo_sapiens,Hom_erectus),Homo_abilis));"
+"((Pan_paniscus,Pan_troglodytes),((Homo_sapiens,Homo_erectus),Homo_abilis));"
 tr <- read.tree(text = tr)
 tr <- makeNodeLabel(tr, "u", nodeList = list(Pan = "Pan", Homo = "Homo"))
 plot(tr, show.node.label = TRUE)