params slot of a simList object
and its elements.
Additonal methods are provided to access core module and global parameters:
Commonly used
globals List of global simulation parameters.
params Nested list of all simulation parameter.
}
Advanced use
checkpointFile .checkpoint Name of the checkpoint file. (advanced)
checkpointInterval .checkpoint The simulation checkpoint interval. (advanced)
progressType .progress Type of graphical progress bar used. (advanced)
progressInterval .progress Interval for the progress bar. (advanced)
}params(object)## S3 method for class '.simList':
params(object)
params(object) <- value
## S3 method for class '.simList':
params(object) <- value
globals(object)
## S3 method for class '.simList':
globals(object)
globals(object) <- value
## S3 method for class '.simList':
globals(object) <- value
checkpointFile(object)
## S3 method for class '.simList':
checkpointFile(object)
checkpointFile(object) <- value
## S3 method for class '.simList':
checkpointFile(object) <- value
checkpointInterval(object)
## S3 method for class '.simList':
checkpointInterval(object)
checkpointInterval(object) <- value
## S3 method for class '.simList':
checkpointInterval(object) <- value
progressInterval(object)
## S3 method for class '.simList':
progressInterval(object)
progressInterval(object) <- value
## S3 method for class '.simList':
progressInterval(object) <- value
progressType(object)
## S3 method for class '.simList':
progressType(object)
progressType(object) <- value
## S3 method for class '.simList':
progressType(object) <- value
simList simulation object.simList object.simList-class,
simList-accessors-envir,
simList-accessors-events,
simList-accessors-inout,
simList-accessors-modules,
simList-accessors-objects,
simList-accessors-paths,
simList-accessors-times.