Nothing
#' @export
universals::pdims
#' @inherit universals::pdims
#' @export
pdims.mcarray <- function(x, ...) dims(x)[1:(length(dims(x)) - 2)]
#' @inherit universals::pdims
#' @export
pdims.mcmcarray <- function(x, ...) dims(x)[-(1:2)]
#' @inherit universals::pdims
#' @export
pdims.mcmcr <- function(x, ...) lapply(x, pdims)
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.