Learn R Programming

SEMID (version 0.4.1)

stronglyConnectedComponent: Strongly connected component

Description

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

Usage

stronglyConnectedComponent(this, node, ...)

# S3 method for LatentDigraphFixedOrder stronglyConnectedComponent(this, node, ...)

# S3 method for LatentDigraph stronglyConnectedComponent(this, node, ...)

# S3 method for MixedGraph stronglyConnectedComponent(this, node, ...)

Arguments

this

the graph object

node

the node for which to get the strongly connected component.

...

ignored.