Learn R Programming

SpaDES (version 1.0.1)

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)

## S3 method for class 'missing,simList':
ls.str(name)

## S3 method for class 'simList,missing':
ls.str(pos)

Arguments

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