Learn R Programming

graphicalMCP (version 0.2.5)

edge_pairs: 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)

Value

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

Arguments

graph

An initial graph as returned by graph_create().