Nothing
## FIXME: Is there a way to ask for the generic from package graph? That's
## the one we want, if defined.
setGeneric("label", function(object) standardGeneric("label"))
setGeneric("label<-", function(object, value) standardGeneric("label<-"))
setGeneric("toUndirected", function(.Object) standardGeneric("toUndirected"))
setGeneric("hyperedges", function(.Object) standardGeneric("hyperedges"))
setGeneric("hyperedgeLabels",
function(.Object) standardGeneric("hyperedgeLabels"))
setGeneric("inciMat", function(.Object) standardGeneric("inciMat"))
setGeneric("inciMat2HG", function(.Object) standardGeneric("inciMat2HG"))
setGeneric("toGraphNEL", function(.Object) standardGeneric("toGraphNEL"))
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.