Learn R Programming

fitode (version 0.1.1)

initialize,solution.ode-method: Constructor for solution.ode class

Description

Constructor for solution.ode class

Usage

# S4 method for solution.ode
initialize(
  .Object,
  y,
  times,
  model,
  parms,
  solver.opts = list(method = "rk4"),
  solver = ode
)

Value

An object of class ``solution.ode'' as described in solution.ode-class.

Arguments

.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)