R/AllGenerics.R

setGeneric("compute", signature="object",
           function(object, ...)
           standardGeneric("compute")
           )

setGeneric("exclude", signature="x",
           function(x, ...)
           standardGeneric("exclude")
           )

setGeneric("report", 
           function(x, y, ...)
           standardGeneric("report")
           )

setGeneric("plot", 
           function(x, y, ...)
           standardGeneric("plot")
           )

setGeneric("project", signature="x",
           function(x, ...)
           standardGeneric("project")
           )

setGeneric(".validity",
           function(object)
           standardGeneric(".validity")
           )

Try the biosvd package in your browser

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

biosvd documentation built on April 28, 2020, 6:32 p.m.