R/plot.blca.em.R

Defines functions plot.blca.em

Documented in plot.blca.em

plot.blca.em <-
function(x, which=1L, main="", ...){
  #class(x)<- "blca"
  #print("NextMethodUsed")
  show<- rep(FALSE, 5)
  show[which]<- TRUE
  if(any(show[3:4])){ 
  	warning("Density estimates not supported for em estimates.")
  	show[3:4]<- FALSE
  	 }
  which<- c(1:4,7)[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.