Description Details Objects from the Class Slots References See Also Examples
This class extends class simObj. It is intended for analytically
solved ODE models or empirical regression-type models over time.
The natural solver method applicable for this type of models is
iteration.
Objects can be created by calls of the form new("timedepModel", ...).
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"
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/.
1 | showClass("timedepModel")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.