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)
}
  
dariamed/gjamed documentation built on Sept. 27, 2019, 5:31 p.m.