Nothing
#' @export
universals::nterms
#' @inherit universals::nterms
#' @export
nterms.mcmcarray <- function(x, ...) as.integer(prod(dim(x)[-(1:2)]))
#' @inherit universals::nterms
#' @export
nterms.mcmcr <- function(x, ...) sum(vapply(x, nterms, 1L))
#' @inherit universals::nterms
#' @export
nterms.mcmcrs <- function(x, ...) nterms(x[[1]])
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.