.rxTransInfo {rxode2}R Documentation

Get the information about the rxode2 derived parameter transformation

Description

Get the information about the rxode2 derived parameter transformation

Usage

.rxTransInfo(...)

Arguments

...

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

Value

Translation information; This list contains:

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

Author(s)

Matthew L. Fidler

Examples


.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)


[Package rxode2 version 4.0.0 Index]