R/initialize-methods.R

##
## Initialize MeSHHyperGParams 
##

setMethod("initialize", "MeSHHyperGParams",
          function(.Object, ...)
{
    .Object <- callNextMethod()
    makeValidParams(.Object)
})

Try the meshr package in your browser

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

meshr documentation built on Nov. 8, 2020, 6:47 p.m.