R/cAAbin.R

Defines functions c.AAbin

Documented in c.AAbin

#' c.AAbin
#' @export
c.AAbin <- function(..., recursive = FALSE)
{
  if (!all(unlist(lapply(list(...), is.list))))
    stop("the 'c' method for \"AAbin\" accepts only lists")
  structure(NextMethod("c"), class = "AAbin")
}
heibl/rpg documentation built on May 17, 2019, 3:23 p.m.