Learn R Programming

episode (version 1.0.0)

ode: Abstract 'ode' object

Description

The abstract class ode, which determines the ordinary differential equation system. Some systems have multiple parameter arguments (so far only ratmak). The bare ode class is abstract, hence in practice you need to use one of

mak

Mass Action Kinetics reaction network system.

plk

Power Law Kinetics system.

rlk

Rational Law Kinetics system.

ratmak

Rational Mass Action Kinetics.

to create an actual ode object, which you can use.

Usage

ode(...)

Arguments

...

Arguments passed to ode.

Value

An object with S3 class "ode".

See Also

mak, plk, rlk, ratmak