stronglyConnectedComponent: Strongly connected component

View source: R/LatentDigraph.R

stronglyConnectedComponentR Documentation

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 class 'LatentDigraphFixedOrder'
stronglyConnectedComponent(this, node, ...)

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

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

Arguments

this

the graph object

node

the node for which to get the strongly connected component.

...

ignored.


Lucaweihs/SEMID documentation built on July 22, 2023, 7:49 a.m.