stronglyConnectedComponent {SEMID} | R 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. |
[Package SEMID version 0.4.1 Index]