RxODE (version 0.8.0-9)

rxParams: Parameters specified by the model

Description

This return the model's parameters that are required to solve the ODE system.

Usage

rxParams(obj, constants = TRUE)

rxParam(obj, constants = TRUE)

Arguments

obj

RxODE family of objects

constants

is a boolean indicting if constants should be included in the list of parameters. Currently RxODE parses constants into variables in case you wish to change them without recompiling the RxODE model.

Value

a character vector listing the parameters in the model.