SpaDES (version 1.2.0)

ls.simList: List simulation objects

Description

Return a vector of character strings giving the names of the objects in the specified simulation environment. 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.

Usage

ls.simList(name)
"ls"(name)
objects.simList(name)
"objects"(name)

Arguments

name
A simList object.