Description Usage Arguments Value
Detect community structure based on edge igraph::betweeness.
1 | commu_clus(f_graph, directed = FALSE, bridges = TRUE, ...)
|
f_graph |
igraph object, out put from graph.adjacency |
directed |
Logical. whether to calculate directed edge betweenness for directed graphs. Ignored for undirected graphs. |
bridges |
Logical. whether to return a list the edge removals which actually a component of the graph. |
... |
Additional arguments to pass to igraph::edge.betweenness.community. |
Community clusters from igraph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.