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)
}
  
dbystrova/GJAM_clust documentation built on Sept. 15, 2020, 5:46 p.m.