]> git.donarmstrong.com Git - ape.git/blobdiff - man/makeLabel.Rd
new files for trait simulations
[ape.git] / man / makeLabel.Rd
index 5c56dbc12b8a7ad5060dfa59970562835435f8df..758769a06e6bdcaa81f0b167f28082438e5456fc 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
@@ -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}