computeModules(web, deep = FALSE, deleteOriginalFiles = TRUE,
steps = 1000000, tolerance = 1e-10, experimental = FALSE)
web
is the matrix representing the weighted bipartite graph (as an example, see e.g. web "small1976" in this package).deep
is set to FALSE (default), a flat clustering is computed, otherwise submodules are identified recursively within modules.deleteOriginalFiles
is set to TRUE (default), the files mentioned above in the description are deleted from the hard drive disk, otherwise not.steps
is the number of steps after which the computation of modules stops if no better division into modules than the current one can be found.Newman M.E.J. 2004. Physical Review E 70 056131
data(small1976)
(res <- computeModules(small1976)) # takes several minutes!
plotModuleWeb(res)
Run the code above in your browser using DataLab