X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2FmakeLabel.Rd;h=ebaed909d12e8d7d0754078d28662bab7e6d5515;hb=0875d81d5ba5e6dfe79d42c21b0284b674c73949;hp=5c56dbc12b8a7ad5060dfa59970562835435f8df;hpb=a1b67d97d7bf71af111e8675588c78dfc41a0bed;p=ape.git diff --git a/man/makeLabel.Rd b/man/makeLabel.Rd index 5c56dbc..ebaed90 100644 --- a/man/makeLabel.Rd +++ b/man/makeLabel.Rd @@ -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}