edge_pairs {graphicalMCP}R Documentation

Find pairs of vertices that are connected in both directions

Description

For an initial graph, find pairs of hypotheses that are connected in both directions. This is used to plot graphs using plot.initial_graph().

Usage

edge_pairs(graph)

Arguments

graph

An initial graph as returned by graph_create().

Value

A list of vertex pairs which are connected in both directions. NULL if no such pairs are found.


[Package graphicalMCP version 0.2.6 Index]