Runs rsim.run
and appends the output to a previous Rsim.output
.
Currently only works with the Adams-Bashforth numerical integration method (AB).
rsim.step(Rsim.scenario, Rsim.output, method = "AB", year.end)
Scenario object that contains all of the rsim rates and
forcing functions generated by rsim.scenario
.
R object containing the output from rsim.run
.
Numerical integration method. Either 'AB' for Adams-Bashforth or 'RK4' for 4th order Runge-Kutta.
The final year for the step interval
Returns an Rsim.output
object.
Other Rsim functions:
rsim.params()
,
rsim.plot()
,
rsim.run()
,
rsim.scenario()