get_s_connected_components {DiagrammeR}R Documentation

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.


[Package DiagrammeR version 0.8.4 Index]