.depsPruneEdges | R Documentation |
Internal function. Attempts to identify cycles in the dependency graph and remove edges representing object dependencies which are provided by other modules in the simulation.
.depsPruneEdges(simEdgeList)
## S4 method for signature 'data.table'
.depsPruneEdges(simEdgeList)
simEdgeList |
An edge list ( |
An updated edge list object.
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.