R/sampler.R

##' Samler Constructor
##'
##' 
##' @param ... parameters
##' @return an object of class method
##' @author cayek
##' @export
ExpRsampler <- function(...)
{
  res <- list(...)
  class(res) <- c("ExpRsampler", "ExpRoperand")
  res
}
cayek/ExpRiment documentation built on May 24, 2019, 3:05 a.m.