ssa.terminate {GillespieSSA} | R Documentation |
Terminates a simulation that was invoked using ssa.
ssa.terminate(args,out.rxn,tf,method,maxWallTime,verbose)
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. |
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.
## Not intended to be invoked stand alone