get_s_connected_components {DiagrammeR} | R Documentation |
Determine which nodes in a graph belong to different strongly connected components.
get_s_connected_components(graph)
graph |
a graph object of class
|
a data frame with nodes and their membership in different strongly connected components.