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, ...)

Arguments

sim

A simList object.

plot

Logical indicating whether the edgelist (and subsequent graph) will be used for plotting. If TRUE, duplicated rows (i.e., multiple object dependencies between modules) are removed so that only a single arrow is drawn connecting the modules. Default is FALSE.

...

Arguments passed to Plot

Value

A list with 2 elements, an igraph() object and an igraph communities object.

See also

Author

Eliot McIntire