timedepModel-class: Class "timedepModel"

Description Details Objects from the Class Slots References See Also Examples

Description

This class extends class simObj. It is intended for analytically solved ODE models or empirical regression-type models over time.

Details

The natural solver method applicable for this type of models is iteration.

Objects from the Class

Objects can be created by calls of the form new("timedepModel", ...).

Slots

parms:

Object of class "numericOrlist"

init:

Object of class "data.frame"

main:

Object of class "function"

equations:

Object of class "listOrNULL"

times:

Object of class "numeric"

inputs:

Object of class "ANY"

solver:

Object of class "character"

out:

Object of class "ANY"

initfunc:

Object of class "functionOrNULL"

References

Petzoldt, T. and K. Rinke (2007). simecol: An Object-Oriented Framework for Ecological Modeling in R. Journal of Statistical Software, 22(9), 1–31. URL http://www.jstatsoft.org/v22/i09/.

See Also

daphnia_tefi

Examples

1
showClass("timedepModel")

simecolModels documentation built on May 2, 2019, 4:59 p.m.