R/b00-generics.R

# Copyright (C) Kevin R. Coombes, 2007-2016

###
### ALLGENERICS.R
###


##
## Brand new generics
##

if (!isGeneric("analyze"))
  setGeneric("analyze",
             function(object, ...) standardGeneric("analyze"))

if (!isGeneric("channelize"))
  setGeneric("channelize",
             function(object, ...) standardGeneric("channelize"))

if (!isGeneric("process"))
  setGeneric("process",
             function(object, action, parameter=NULL)
                 standardGeneric("process"))

Try the PreProcess package in your browser

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

PreProcess documentation built on May 6, 2019, 5:02 p.m.