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.


SEMID documentation built on July 26, 2023, 5:40 p.m.