solveICBMDemo: solveICBMDemo

Description Usage Arguments Value Author(s) See Also

View source: R/ICBMDemo.R

Description

solve the ODE of derivICBMDemo

Usage

1
2
3
4
solveICBMDemo(x0, times, parms, input, fFmAtmosphere = fmAtmosphere, 


    modMeta = modMetaICBMDemo(), useRImpl = FALSE)

Arguments

x0

numeric vector or matrix at t=0

times

times at which explicit estimates for y are desired. The first value in times must be the initial time.

parms

list of model parameters

input

list with dataframes entries leaf and root each with columns yr and obs

fFmAtmosphere
modMeta

metaInformation from model. Pass for efficiency or when using different units.

useRImpl

flag indicating to use the R implementation instead of C implementation.

Value

result of lsoda

Author(s)

Thomas Wutzler

See Also

lsoda


twModMeta documentation built on May 2, 2019, 5:24 p.m.