# NOT RUN {
#theoretical communities
comm <- rep(1:8, each = 6)
# Pearson's correlation only for CRAN checks
A <- TMFG(neoOpen, normal = FALSE)$A
gw <- gateway(A, comm = comm)
#walktrap communities
wgw <- gateway(A, comm = "walktrap")
# }
Run the code above in your browser using DataLab