odeSim | R Documentation |
Simulate with ordinary differential equations in R including multiprocessor computation
odeSim(
state,
times,
func,
parms,
simPar,
simParValues,
method = "lsoda",
nodes = 1,
keepTimeDT = 0.1
)
state |
initial conditions |
times |
at what times should the system of differential equations be updated |
func |
function describing the system of differential equations |
parms |
global parameter values |
simPar |
names of parameters and states that should be changed from global values |
simParValues |
values of parameters and states - each row corresponds to one scenario |
method |
method for updating the states of the differential equations (see ?ode) |
nodes |
number of parallel nodes to use in computations |
keepTimeDT |
The times that return a zero when modulus (divided) by keepTimeDT are kept |
Data.frame with simulated output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.