R/plotPost.R

Defines functions plotPost

Documented in plotPost

# Now a wrapper for mcmcOutput::postPlot

plotPost <-
function( ... ) {
  warning("'plotPost' is deprecated, please use 'mcmcOutput::postPlot'", call.=FALSE)
  mcmcOutput::postPlot(...)
}
mikemeredith/wiqid documentation built on Nov. 17, 2022, 5:10 a.m.