graphBPH-class
objects. This is a generic function.
graphBPH(graph, edgeNodePattern, ...)
graphBPH
object.graphBPH-class
signature(graph = "graphNEL", edgeNodePattern = "character")
:
create a graphBPH
object from a (directed) graphNEL
object. signature(graph = "Hypergraph", edgeNodePattern = "missing")
:
create a graphBPH
object from a Hypergraph
object (where all Hyperedges
are
DirectedHyperedges
). Gentleman, R. and Whalen, E. and Huber, W. and Falcon, S. graph: A package to handle graph data structures.
graphBPH-class