R/plot.R

Defines functions plot.rjags

plot.rjags <- function(x, display.parallel = FALSE,...){
  plot(x$BUGSoutput, display.parallel = display.parallel,...)
}

Try the R2jags package in your browser

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

R2jags documentation built on Aug. 5, 2021, 3 a.m.