initialize,solution.ode-method | R Documentation |
Constructor for solution.ode class
## S4 method for signature 'solution.ode' initialize( .Object, y, times, model, parms, solver.opts = list(method = "rk4"), solver = ode )
.Object |
object |
y |
initial values |
times |
time vector |
model |
ode model |
parms |
parameters of the solution |
solver.opts |
options for ode solver |
solver |
ode solver (must take y, times, func, and parms as arguments) |
An object of class “solution.ode” as described in solution.ode-class
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.