Numeric vector, the ids of the vertices in the same component as
v.
Arguments
graph
The graph to analyze.
v
The vertex to start the search from.
mode
Character string, either “in”, “out” or
“all”. If “in” all vertices from which v is reachable
are listed. If “out” all vertices reachable from v are
returned. If “all” returns the union of these. It is ignored for
undirected graphs.