Learn R Programming

SpaDES (version 1.3.0)

ls.str.simList: List simulation objects and their structure

Description

A variation of applying str to each matched name. Can be used with a simList object, because the method for this class is simply a wrapper for calling ls on the simulation environment stored in the simList object.

export

Usage

ls.str.simList(name)
"ls.str"(name)
"ls.str"(pos)

Arguments

name
A simList object.
pos
A simList object, used only if name not provided.

See Also

Other functions to access elements of a simList object: .addDepends, doEvent.checkpoint, envir, events, globals, inputs, ls.simList, modules, objs, packages, params, paths, progressInterval, times