R/plot.blca.vb.R

Defines functions plot.blca.vb

Documented in plot.blca.vb

plot.blca.vb <-
function(x, which=1L, main="", ...){
  #class(x)<- "blca"
  #print("NextMethodUsed")
  show<- rep(FALSE, 5)
  show[which]<- TRUE
  which<- c(1:2,5:6,9)[show]
  NextMethod("plot")
}

Try the BayesLCA package in your browser

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

BayesLCA documentation built on July 2, 2020, 12:11 a.m.