Description Usage Arguments Value Examples
Obtain the largest connected component of an igraph
object
1 | largest_cc(g)
|
g |
|
A connected igraph
object
1 2 3 4 | library(igraph)
set.seed(1)
g <- erdos.renyi.game(30, p.or.m = .05)
largest_cc(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.