lemna_desolve {lemna}R 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()


[Package lemna version 1.0.1 Index]