View source: R/community_detection.R
community_significance_test | R Documentation |
The edges within a community are "internal" and the edges connecting the vertices of a community with the rest of the graph are "external". More internal than external edges show that the community is significant; the otherwise suggests that the community is in fact an "anti-community".
community_significance_test(graph, vs, ...)
graph |
is igraph object |
vs |
is the vector of vertices of the original graph which will form the subgraph |
... |
arguments to pass to wilcox.test function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.