moduleGraph {SpaDES.core} | R Documentation |
Build a module dependency graph
Description
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.
Usage
moduleGraph(sim, plot, ...)
## S4 method for signature 'simList,logical'
moduleGraph(sim, plot, ...)
## S4 method for signature 'simList,missing'
moduleGraph(sim, plot, ...)
Arguments
sim |
A |
plot |
Logical indicating whether the edgelist (and subsequent graph)
will be used for plotting. If |
... |
Arguments passed to |
Value
A list with 2 elements, an igraph()
object and an igraph
communities object.
Author(s)
Eliot McIntire
See Also
[Package SpaDES.core version 2.1.0 Index]