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

View source: R/model_ode.R

OdeR Documentation

Create a new ordinary differential equation (ODE).

Description

Create a new ordinary differential equation (ODE).

Usage

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

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

Value

an ODE


campsismod documentation built on Oct. 12, 2023, 5:13 p.m.