Learn R Programming

lemna (version 1.0.2)

lemna_desolve: Access to the ODE solver

Description

This function can be used by external packages to access the ODE implemented in C without the surrounding sanity checks and data loading procedures. All parameters will be passed on to the solver.

Usage

lemna_desolve(...)

Value

result from deSolve::ode()

Arguments

...

parameters passed on to deSolve::ode()