stronglyConnectedComponent {SEMID} | R Documentation |
Get the strongly connected component for a node i in the graph the graph.
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, ...)
this |
the graph object |
node |
the node for which to get the strongly connected component. |
... |
ignored. |