View source: R/modularity_alternatives.R
mycomputeModules | R Documentation |
Modified version of bipartite's computeModules function
mycomputeModules(
web,
method = "Beckett",
steps = 1e+06,
tolerance = 1e-10,
forceLPA = FALSE
)
web |
Incidence matrix |
method |
Becket |
steps |
steps |
tolerance |
tolerance |
forceLPA |
FALSE |
Modularity Q
## Not run:
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.