Nothing
#' 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(...))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.