Ode {campsismod} | R 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
[Package campsismod version 1.1.1 Index]