ssa.terminate {GillespieSSA}R Documentation

Terminates a simulation that was invoked using ssa

Description

Terminates a simulation that was invoked using ssa.

Usage

ssa.terminate(args,out.rxn,tf,method,maxWallTime,verbose)

Arguments

args list of arguments and their values passed to ssa.
out.rxn list object as returned from ssa.run.
tf final time.
method ssa method to use.
maxWallTime maximum simulation wall time duration (in seconds) that the simulation is allowed to run for before terminated.
verbose boolean value indicating if some basic simulation statistics should be displayed on the console.

Details

Terminates an invokation of the link{ssa} wrapper function. Returns the same list object as ssa. This function is called from within ssa and is not intended to be invoked stand alone.

See Also

ssa

Examples

## Not intended to be invoked stand alone

[Package GillespieSSA version 0.5-3 Index]