]> git.donarmstrong.com Git - ape.git/blobdiff - man/DNAbin.Rd
many changes!
[ape.git] / man / DNAbin.Rd
index 1b0ad705bccbc7c3a31da72528d462719bec7a62..bce0df2da8998c237f3a22dc7c78bd19627e1669 100644 (file)
@@ -6,6 +6,7 @@
 \alias{cbind.DNAbin}
 \alias{as.matrix.DNAbin}
 \alias{c.DNAbin}
+\alias{as.list.DNAbin}
 \alias{labels.DNAbin}
 \title{Manipulate DNA Sequences in Bit-Level Format}
 \description{
@@ -20,6 +21,7 @@
 \method{[}{DNAbin}(x, i, j, drop = FALSE)
 \method{as.matrix}{DNAbin}(x, \dots)
 \method{c}{DNAbin}(\dots, recursive = FALSE)
+\method{as.list}{DNAbin}(x, \dots)
 \method{labels}{DNAbin}(object, \dots)
 }
 \arguments{
@@ -70,7 +72,7 @@
 
   \code{as.matrix} may be used to convert DNA sequences (of the same
   length) stored in a list into a matrix while keeping the names and the
-  class.
+  class. \code{as.list} does the reverse operation.
 }
 \value{
   an object of class \code{"DNAbin"} in the case of \code{rbind},