moduleGraph | R Documentation |
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 signature 'simList,logical'
moduleGraph(sim, plot, ...)
## S4 method for signature '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.
Eliot McIntire
moduleDiagram()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.