R/AllGenerics.R

## 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"))

Try the hypergraph package in your browser

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

hypergraph documentation built on Nov. 8, 2020, 5:53 p.m.