View source: R/ecosim_multistep.R
rsim.step | R Documentation |
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)
Rsim.scenario |
Scenario object that contains all of the rsim rates and
forcing functions generated by |
Rsim.output |
R object containing the output from |
method |
Numerical integration method. Either 'AB' for Adams-Bashforth or 'RK4' for 4th order Runge-Kutta. |
year.end |
The final year for the step interval |
Returns an Rsim.output
object.
Other Rsim functions:
rsim.params()
,
rsim.plot()
,
rsim.run()
,
rsim.scenario()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.