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(...)
}

Try the wiqid package in your browser

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

wiqid documentation built on Nov. 18, 2022, 1:07 a.m.