Learn R Programming

campsismod (version 1.2.1)

Ode: Create a new ordinary differential equation (ODE).

Description

Create a new ordinary differential equation (ODE).

Usage

Ode(lhs, rhs = "", comment = as.character(NA))

Value

an ODE

Arguments

lhs

left-hand side variable corresponding to derivative name, must start with 'A_'

rhs

right-hand side expression corresponding to derivative value

comment

comment if any, single character string