depsEdgeList {SpaDES.core} | R Documentation |
Build edge list for module dependency graph
Description
Build edge list for module dependency graph
Usage
depsEdgeList(sim, plot)
## S4 method for signature 'simList,logical'
depsEdgeList(sim, plot)
## S4 method for signature 'simList,missing'
depsEdgeList(sim, plot)
Arguments
sim |
A |
plot |
Logical indicating whether the edgelist (and subsequent graph)
will be used for plotting. If |
Value
A data.table
whose first two columns give a list of edges
and remaining columns the attributes of the dependency objects
(object name, class, etc.).
Author(s)
Alex Chubaty
[Package SpaDES.core version 2.1.0 Index]