depsGraph | R Documentation |
Build a module dependency graph
depsGraph(sim, plot)
## S4 method for signature 'simList,logical'
depsGraph(sim, plot)
## S4 method for signature 'simList,missing'
depsGraph(sim)
sim |
A |
plot |
Logical indicating whether the edgelist (and subsequent graph)
will be used for plotting. If |
An igraph()
object.
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.