iterative_louvain_signed: Reiterative louvain community detection for signed networks

Description Usage Arguments Details Author(s) Examples

View source: R/iterative_louvain.R

Description

Get the consensus community memberships from multiple iterations of a louvain algorithm

Usage

1
iterative_louvain_signed(graph, iter = 100, cores = 1)

Arguments

graph

an igraph object

iter

the number of iterations. defaults to 100 but more may be desired.

Details

Gets the consensus for modules

Author(s)

Brandon Vaughan

Examples

1
2
3
**##Not run**
iterative_louvain_signed(graph)
 ## End(**Not run**)

abnormally-distributed/rsfcNet documentation built on March 8, 2020, 5:32 p.m.