R/plot.random.bayesx.R

plot.random.bayesx <-
function(x, diagnostics = FALSE, ...)
{	
  if(is.null(x)) {
    warning("there is nothing to plot!")
    return(invisible(NULL))
  }
  args <- list(...)
  args$x <- x
  args$diagnostics <- diagnostics
  do.call("plot.mrf.bayesx", args)

  return(invisible(NULL))
}
datacamp/R2BayesX documentation built on May 14, 2019, 7:10 p.m.