Get the strongly connected component for a node i in the graph the graph.
stronglyConnectedComponent(this, node, ...)# S3 method for LatentDigraphFixedOrder
stronglyConnectedComponent(this, node, ...)
# S3 method for LatentDigraph
stronglyConnectedComponent(this, node, ...)
# S3 method for MixedGraph
stronglyConnectedComponent(this, node, ...)
the graph object
the node for which to get the strongly connected component.
ignored.