Learn R Programming

SpaDES (version 1.0.1)

depsEdgeList: Build edge list for module dependency graph

Description

Build edge list for module dependency graph

Usage

depsEdgeList(sim, plot)

## S3 method for class 'simList,logical':
depsEdgeList(sim, plot)

## S3 method for class 'simList,missing':
depsEdgeList(sim, plot)

Arguments

sim
A simList object.
plot
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 singl

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.).