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

View source: R/graphs_functions.R

check_split_by_sepR Documentation

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)

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

Value

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


graphicalExtremes documentation built on Nov. 14, 2023, 1:07 a.m.