]> git.donarmstrong.com Git - ape.git/blobdiff - man/makeLabel.Rd
various corrections
[ape.git] / man / makeLabel.Rd
index 5c56dbc12b8a7ad5060dfa59970562835435f8df..ebaed909d12e8d7d0754078d28662bab7e6d5515 100644 (file)
@@ -1,5 +1,9 @@
 \name{makeLabel}
 \alias{makeLabel}
+\alias{makeLabel.character}
+\alias{makeLabel.phylo}
+\alias{makeLabel.multiPhylo}
+\alias{makeLabel.DNAbin}
 \title{Label Management}
 \usage{
 makeLabel(x, ...)
@@ -26,7 +30,7 @@ makeLabel(x, ...)
     modified; \code{TRUE} by default.}
   \item{nodes}{a logical specifying whether node labels are to be
     modified; \code{TRUE} by default.}
-  \item{...}{further arguments to be passed to or from other methods.}
+  \item{\dots}{further arguments to be passed to or from other methods.}
 }
 \description{
   This is a generic function with methods for character vectors, trees
@@ -53,10 +57,10 @@ makeLabel(x, ...)
 \value{
   An object of the appropriate class.
 }
-\author{Emmanuel Paradis \email{Emmanuel.Paradis@mpl.ird.fr}}
+\author{Emmanuel Paradis}
 \seealso{
-  \code{\link[base]{make.unique}}, \code{\link[base]{make.names}},
-  \code{\link[base]{abbreviate}}
+  \code{\link{makeNodeLabel}}, \code{\link[base]{make.unique}},
+  \code{\link[base]{make.names}}, \code{\link[base]{abbreviate}}
 }
 \examples{
 x <- rep("a", 3)
@@ -66,3 +70,4 @@ x <- rep("aaaaa", 2)
 makeLabel(x, len = 3) # made unique and of length 3
 makeLabel(x, len = 3, make.unique = FALSE)
 }
+\keyword{manip}