SpaDES (version 1.1.4)

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)

## S3 method for class 'simList': ls(name)

objects.simList(name)

## S3 method for class 'simList': objects(name)

Arguments

name
A simList object.