R/gjamPlot.r

Defines functions gjamPlot

Documented in gjamPlot

gjamPlot <- function(output, plotPars=NULL){
  
  # output     - list generated by gjamGibbs
  # plotPars   - list can include 
  
  tmp <- .gjamPlot(output, plotPars)
  invisible(tmp)
}
  

Try the gjam package in your browser

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

gjam documentation built on May 24, 2022, 1:06 a.m.