lemna_desolve: Access to the ODE solver

View source: R/lemna.R

lemna_desolveR Documentation

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(...)

Arguments

...

parameters passed on to deSolve::ode()

Value

result from deSolve::ode()


lemna documentation built on April 3, 2025, 5:50 p.m.