X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2FmakeNodeLabel.Rd;h=b48ea13594266f7e1ccceac0f32995f3eb148d1d;hb=ce466967e4824b3f6aec6f75798da08fe8c10666;hp=6fda0e676a534628f9c064d20a432e7362fe4f2d;hpb=91cbce9b55b05cef1f7167f646bc30b3e568ebf9;p=ape.git diff --git a/man/makeNodeLabel.Rd b/man/makeNodeLabel.Rd index 6fda0e6..b48ea13 100644 --- a/man/makeNodeLabel.Rd +++ b/man/makeNodeLabel.Rd @@ -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)