Learn R Programming

SEMID (version 0.3.2)

stronglyConnectedComponent: Strongly connected component

Description

Get the strongly connected component for a node i in the directed part of the graph.

Usage

stronglyConnectedComponent(this, node)

# S3 method for MixedGraphFixedOrder stronglyConnectedComponent(this, node)

# S3 method for MixedGraph stronglyConnectedComponent(this, node)

Arguments

this

the mixed graph object

node

the node for which to get the strongly connected component.