Learn R Programming

SpaDES (version 1.0.1)

objectDiagram: Simulation object dependency diagram

Description

Create a sequence diagram illustrating the data object dependencies of a simulation. Offers a more detailed view of specific objects than does plotting the depsEdgeList directly with moduleDiagram.

Usage

objectDiagram(sim, ...)

## S3 method for class 'simList':
objectDiagram(sim, ...)

Arguments

sim
A simList object (typically corresponding to a completed simulation).
...
Additional arguments passed to mermaid. Useful for specifying height and width.

Value

  • Plots a sequence diagram.

See Also

mermaid.