GetMultiplexCommunities_Infomap | R Documentation |
Return multilayer communities. INFOMAP wrapper
GetMultiplexCommunities_Infomap( g.list, bin.path = NA, isDirected, seed = 12345, includeSelfLinks = F, numTrials = 100, twoLevel = T, preclusterMultiplex = F, addMissingPhysicalNodes = T, hardPartitions = F, verbose = T, addAggregateAnalysis = T, multilayerRelaxRate = NA, multilayerJSRelaxRate = NA, outputPrefix = "multimap" )
g.list |
list of igraph network objects |
bin.path |
path, full path where the INFOMAP binary executable is located |
isDirected |
logical, indicates if the analysis is for an undirected or directed network |
seed |
Integer, Infomap seed |
includeSelfLinks |
logical |
numTrials |
Integer, number of Infomap trials to minimize L |
twoLevel |
logical, two level Infomap comunity detection |
preclusterMultiplex |
logical |
addMissingPhysicalNodes |
logical |
hardPartitions |
logical |
verbose |
logical |
addAggregateAnalysis |
logical |
multilayerRelaxRate |
Float, between 0 and 1 |
multilayerJSRelaxRate |
Float, between 0 and 1 |
outputPrefix |
String |
Community List
Manlio De Domenico, Andrea Lancichinetti, Alex Arenas, and Martin Rosvall, Physical Review X 5, 011027 (2015) doi 10.1103/PhysRevX.5.011027 Source
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.