is.separator {igraph}R Documentation

Vertex separators

Description

[Deprecated]

is.separator() was renamed to is_separator() to create a more consistent API.

Usage

is.separator(graph, candidate)

Arguments

graph

The input graph. It may be directed, but edge directions are ignored.

candidate

A numeric vector giving the vertex ids of the candidate separator.


[Package igraph version 2.0.3 Index]