check_split_by_sep {graphicalExtremes} | R 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
[Package graphicalExtremes version 0.3.4 Index]