graphBPH: Constructor for graphBPH objects

Description Usage Arguments Value Methods Author(s) References See Also

Description

A convenience constructor for graphBPH-class objects. This is a generic function.

Usage

1
graphBPH(graph, edgeNodePattern, ...)

Arguments

graph

Some form of graph that is to be converted into a graphBPH object.

edgeNodePattern

A regular expression used to distinguish between normal nodes and edge nodes.

...

Potential arguments to other methods.

Value

An object of class graphBPH-class

Methods

graphBPH

signature(graph = "graphNEL", edgeNodePattern = "character"): create a graphBPH object from a (directed) graphNEL object.

graphBPH

signature(graph = "Hypergraph", edgeNodePattern = "missing"): create a graphBPH object from a Hypergraph object (where all Hyperedges are DirectedHyperedges).

Author(s)

Paul Murrell

References

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.

See Also

graphBPH-class


hyperdraw documentation built on Nov. 8, 2020, 11:11 p.m.