R/ClassUnions.R

#################################################################################################
###                                  ClassUnions.R                                            ###
#################################################################################################
setOldClass("mcmc.list") 

#' An S4 union class to merge mcmc.list and NULL types of object.
#'
#' @name mcmc.listOrNull-class
#' @aliases mcmc.listOrNull
#' @exportClass mcmc.listOrNull
setClassUnion("mcmc.listOrNull", c("mcmc.list", "NULL"))

Try the optimalThreshold package in your browser

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

optimalThreshold documentation built on Jan. 13, 2020, 5:06 p.m.