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 Oct. 13, 2024, 9:07 a.m.