rsim.run | R Documentation |
Carries out the numerical integration of the Rsim alogrithms.
rsim.run(Rsim.scenario, method = "RK4", years = 1:100)
Rsim.scenario |
Scenario object that contains all of the rsim rates and
forcing functions generated by |
method |
Numerical integration method. Either 'AB' for Adams-Bashforth or 'RK4' for 4th order Runge-Kutta. |
years |
A vector of each year of the simulation. |
Other Rsim functions:
rsim.params()
,
rsim.plot()
,
rsim.scenario()
,
rsim.step()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.