Build a module dependency graph
depsGraph(sim, plot)# S4 method for simList,logical
depsGraph(sim, plot)
# S4 method for simList,missing
depsGraph(sim)
An igraph()
object.
A simList
object.
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
.
Alex Chubaty