Description Usage Arguments Examples
Compute the strongly connected component (SCC) of each vertex and return a DataFrame with each vertex assigned to the SCC containing that vertex.
1 |
x |
An object coercable to a GraphFrame (typically, a
|
max_iter |
Maximum number of iterations. |
... |
Optional arguments, currently not used. |
1 2 3 4 5 | ## Not run:
g <- gf_friends(sc)
gf_scc(g, max_iter = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.