Modified version of bipartite's computeModules function
Source:R/modularity_alternatives.R
mycomputeModules.Rd
Modified version of bipartite's computeModules function
Usage
mycomputeModules(
web,
method = "Beckett",
steps = 1e+06,
tolerance = 1e-10,
forceLPA = FALSE
)
Examples
if (FALSE) {
data_path <- system.file("extdata", package = "evolnets")
extant_net <- read.csv(paste0(data_path,"/interaction_matrix_pieridae.csv"), row.names = 1)
mod <- mycomputeModules(extant_net)
}