Rdocumentation
powered by
Learn R Programming
DiagrammeR (version 0.8.4)
get_s_connected_components: Get nodes within strongly connected components
Description
Determine which nodes in a graph belong to different strongly connected components.
Usage
get_s_connected_components(graph)
Arguments
graph
a graph object of class
dgr_graph
that is created using
create_graph
.
Value
a data frame with nodes and their membership in different strongly connected components.