inst/doc/examples/aaa_classes.R

setClass("indbasedModel",
         representation(
           parms  = "list",
           init   = "listOrdata.frame",
           observer = "functionOrNULL"
         ),
         contains = "simObj"
)

setClass("timedepModel",
         representation(
           parms  = "numericOrlist",
           init   = "numeric"
         ),
         contains = "odeModel"
)

Try the simecolModels package in your browser

Any scripts or data that you put into this service are public.

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