Learn R Programming

RxODE (version 1.0.4)

.rxGenFunState: Get the state information for the current model

Description

Get the state information for the current model

Usage

.rxGenFunState(obj)

Arguments

obj

RxODE model that can take rxModelVars

Value

character vector of initial preserved states (state), extra states (statef) and dvid translation information (dvid). This is used in generating the final RxODE model.