Description Usage Arguments Value Methods Author(s) References See Also
A convenience constructor for graphBPH-class
objects. This is a generic function.
1 |
graph |
Some form of graph that is to be converted into a
|
edgeNodePattern |
A regular expression used to distinguish between normal nodes and edge nodes. |
... |
Potential arguments to other methods. |
An object of class 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
).
Paul Murrell
Falcon, S. and Gentleman, R. hypergraph: A package providing hypergraph data structures.
Gentleman, R. and Whalen, E. and Huber, W. and Falcon, S. graph: A package to handle graph data structures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.