This is still experimental, but this will show the hierarchical structure of parent and children modules and return a list with an igraph object and an igraph communities object, showing the groups. Currently only tested with relatively simple structures.
moduleGraph(sim, plot, ...) # S4 method for simList,logical moduleGraph(sim, plot, ...) # S4 method for simList,missing moduleGraph(sim, plot, ...)
sim | A |
---|---|
plot | Logical indicating whether the edgelist (and subsequent graph)
will be used for plotting. If |
... | Arguments passed to |
A list with 2 elements, an igraph
object and an igraph
communities object.
moduleDiagram
Eliot McIntire