Get the strongly connected component for a node i in the directed part of the graph.
stronglyConnectedComponent(this, node)# S3 method for MixedGraphFixedOrder
stronglyConnectedComponent(this, node)
# S3 method for MixedGraph
stronglyConnectedComponent(this, node)
the mixed graph object
the node for which to get the strongly connected component.