X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2FDNAbin.Rd;h=b08446f6005a67dae11e2b9503a3f76bb14112e7;hb=8e2e1ceb81f455bcb7b184d114913295d67b93c4;hp=87ec965461b4ff0dfcfeaea23027218d2512a9ce;hpb=f820fadc890587f8a3499f96b07b99fa80fc62ab;p=ape.git diff --git a/man/DNAbin.Rd b/man/DNAbin.Rd index 87ec965..b08446f 100644 --- a/man/DNAbin.Rd +++ b/man/DNAbin.Rd @@ -6,6 +6,7 @@ \alias{rbind.DNAbin} \alias{cbind.DNAbin} \alias{as.matrix.DNAbin} +\alias{c.DNAbin} \title{Manipulate DNA Sequences in Bit-Level Format} \description{ These functions help to manipulate DNA sequences coded in the @@ -19,13 +20,14 @@ quiet = FALSE) \method{[}{DNAbin}(x, i, j, drop = TRUE) \method{as.matrix}{DNAbin}(x, \dots) +\method{c}{DNAbin}(\dots, recursive = FALSE) } \arguments{ \item{x, object}{an object of class \code{"DNAbin"}.} \item{\dots}{either further arguments to be passed to or from other methods in the case of \code{print}, \code{summary}, and \code{as.matrix}, or a series of objects of class \code{"DNAbin"} in - the case of \code{rbind} and \code{cbind}.} + the case of \code{rbind}, \code{cbind}, and \code{c}.} \item{printlen}{the number of labels to print (6 by default).} \item{digits}{the number of digits to print (3 by default).} \item{check.names}{a logical specifying whether to check the rownames @@ -41,6 +43,7 @@ standard R objects).} \item{drop}{logical; if \code{TRUE} (the default), the returned object is of the lowest possible dimension.} + \item{recursive}{for compatibility with the generic (unused).} } \details{ These are all `methods' of generic functions which are here applied to