Learn R Programming

rxode2parse (version 2.0.18)

.rxTransInfo: Get the information about the rxode2 derived parameter transformation

Description

Get the information about the rxode2 derived parameter transformation

Usage

.rxTransInfo(...)

Value

Translation information; This list contains:

  • $str A named string of the parameters as seen in the underlying C/C++ code. The parameters that are NA are not used in the linear compartment model calculations.

  • $ncmt the number of compartments in the model

  • $trans the rxode2 translation number of the parameterization

This contains the linCmt() translation number, the number of compartments and the parameters

Arguments

...

Parameters translated, should be unquoted and not assigned to anything.

Author

Matthew L. Fidler

Examples

Run this code

.rxTransInfo(cl, v , Vp, vp2, q, q2)

.rxTransInfo(k12, k21, k13, k31, kel, v)

.rxTransInfo(k12, k21, k13, k31, kel, v, ka)

.rxTransInfo(CL, V)

Run the code above in your browser using DataLab