depsGraph {SpaDES.core} | R Documentation |
Build a module dependency graph
Description
Build a module dependency graph
Usage
depsGraph(sim, plot)
## S4 method for signature 'simList,logical'
depsGraph(sim, plot)
## S4 method for signature 'simList,missing'
depsGraph(sim)
Arguments
sim |
A |
plot |
Logical indicating whether the edgelist (and subsequent graph)
will be used for plotting. If |
Value
An igraph()
object.
Author(s)
Alex Chubaty
[Package SpaDES.core version 2.1.0 Index]