R/mcmcrs.R

Defines functions mcmcrs

Documented in mcmcrs

#' Create mcmcrs
#'
#' Creates an [mcmcrs-object()] from multiple \code{link{mcmcr-object}}s.
#'
#' @param ... Objects of class mcmcr.
#' @return An object of class mcmcrs
#' @family coerce
#' @export
#' @examples
#' mcmcrs(mcmcr_example, mcmcr_example)
mcmcrs <- function(...) {
  as.mcmcrs(list(...))
}

Try the mcmcr package in your browser

Any scripts or data that you put into this service are public.

mcmcr documentation built on Sept. 7, 2021, 1:07 a.m.