powered by
This function takes an object of class "moduleWeb" and returns information about the names of the nodes of which the computed modules exist.
listModuleInformation(moduleWebObject)
Object of class "moduleWeb"
The value of the function is a list of lists of lists of vectors representing the names of the nodes involved in a certain module.
vector with the names of the "row nodes" comprised by the z.th module in depth x-1 (sic!)
vector with the names of the "column nodes" comprised by the z.th module in depth x-1 (sic!)
# NOT RUN { data(small1976) moduleWebObject = computeModules(small1976); moduleList = listModuleInformation(moduleWebObject); # }
Run the code above in your browser using DataLab