Nothing
### =========================================================================
### The organism(), `organism<-`(), species(), and `species<-`() generics
### -------------------------------------------------------------------------
setGeneric("organism", function(object) standardGeneric("organism"))
setGeneric("organism<-", signature="object",
function(object, value) standardGeneric("organism<-")
)
setGeneric("species", function(object) standardGeneric("species"))
setGeneric("species<-", signature="object",
function(object, value) standardGeneric("species<-")
)
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.