| rxModelVars {RxODE} | R Documentation |
Return all the known model variables for a specified RxODE object
rxModelVars(obj)
obj |
RxODE family of objects |
These items are only calculated after compilation; they are built-into the RxODE compiled DLL.
A list of RxODE model properties including:
params |
a character vector of names of the model parameters |
lhs |
a character vector of the names of the model calculated parameters |
state |
a character vector of the compartments in RxODE object |
trans |
a named vector of translated model properties
including what type of jacobian is specified, the |
md5 |
a named vector that gives the digest of the model ( |
model |
a named vector giving the input model ( |
Matthew L. Fidler