R/plot.R

Defines functions plot.mcmcr plot.mcmcarray

#' @export
plot.mcmcarray <- function(x, ...) plot(as.mcmc.list(x))

#' @export
plot.mcmcr <- function(x, ...) plot(as.mcmc.list(x))

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.