rxModelVars {rxode2}R Documentation

All model variables for a rxode2 object

Description

Return all the known model variables for a specified rxode2 object

Usage

rxModelVars(obj)

rxModelVarsS3(obj)

## S3 method for class 'rxUi'
rxModelVarsS3(obj)

## Default S3 method:
rxModelVarsS3(obj)

Arguments

obj

rxode2 family of objects

Details

These items are only calculated after compilation; they are built-into the rxode2 compiled DLL.

To allow extension, an s3 hook is added in the function rxModelVarsS3.

Value

A list of rxode2 model properties including:

Author(s)

Matthew L. Fidler

See Also

Other Query model information: rxDfdy(), rxInits(), rxLhs(), rxParams(), rxState()


[Package rxode2 version 4.0.1 Index]