Nothing
# 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"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.