Learn R Programming

graphicalExtremes (version 0.3.2)

check_split_by_sep: Identify pairs of vertices that are split by a separator

Description

Identify pairs of vertices that are split by a separator

Usage

check_split_by_sep(graph, sep, edgeMat)

Value

A logical vector, indicating for each edge whether it is split by sep

Arguments

graph

A graph

sep

A set of vertex ids that are used to split the graph

edgeMat

A two-column matrix, containing the vertex-paris to be checked