R/structural.R
component.Rd
Graph Components
subcomponent(graph, vid, mode = 1L) subcomponents(graph, vids, mode = 1L)
https://igraph.org/c/doc/igraph-Structural.html#graph-components
igraph_ptr object.
Vertices of interest.
Edge type to count; {1: OUT, 2: IN, 3: ALL}.
induced_subgraph()