]> git.donarmstrong.com Git - ape.git/blobdiff - man/makeNodeLabel.Rd
removing evolve.phylo + bug fix in as.phylo.hclust
[ape.git] / man / makeNodeLabel.Rd
index 6fda0e676a534628f9c064d20a432e7362fe4f2d..062b7c88682f97a76a910517d738043a4130aae3 100644 (file)
@@ -45,14 +45,16 @@ 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}}
 }
 \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)