% Generated by roxygen2: do not edit by hand % Please edit documentation in R/show-methods.R \name{c,dada-method} \alias{c,dada-method} \title{Change concatenation of dada-class objects to list construction.} \usage{ \S4method{c}{dada}(x, ..., recursive = FALSE) } \arguments{ \item{x}{A dada-class object} \item{...}{objects to be concatenated.} \item{recursive}{logical. If \code{recursive = TRUE}, the function recursively descends through lists (and pairlists) combining all their elements into a vector.} } \value{ list. } \description{ Change concatenation of dada-class objects to list construction. }