powered by
For an initial graph, find pairs of hypotheses that are connected in both directions. This is used to plot graphs using plot.initial_graph().
plot.initial_graph()
edge_pairs(graph)
A list of vertex pairs which are connected in both directions. NULL if no such pairs are found.
An initial graph as returned by graph_create().
graph_create()