rxUiGet.cmtLines {rxode2} | R Documentation |
S3 for getting information from UI model
Description
S3 for getting information from UI model
Usage
## S3 method for class 'cmtLines'
rxUiGet(x, ...)
## S3 method for class 'dvidLine'
rxUiGet(x, ...)
## S3 method for class 'paramsLine'
rxUiGet(x, ...)
## S3 method for class 'simulationSigma'
rxUiGet(x, ...)
## S3 method for class 'simulationModel'
rxUiGet(x, ...)
## S3 method for class 'symengineModelNoPrune'
rxUiGet(x, ...)
## S3 method for class 'symengineModelPrune'
rxUiGet(x, ...)
## S3 method for class 'simulationIniModel'
rxUiGet(x, ...)
rxUiGet(x, ...)
## S3 method for class 'params'
rxUiGet(x, ...)
## S3 method for class 'theta'
rxUiGet(x, ...)
## S3 method for class 'lstChr'
rxUiGet(x, ...)
## S3 method for class 'omega'
rxUiGet(x, ...)
## S3 method for class 'funTxt'
rxUiGet(x, ...)
## S3 method for class 'allCovs'
rxUiGet(x, ...)
## S3 method for class 'muRefTable'
rxUiGet(x, ...)
## S3 method for class 'multipleEndpoint'
rxUiGet(x, ...)
## S3 method for class 'funPrint'
rxUiGet(x, ...)
## S3 method for class 'fun'
rxUiGet(x, ...)
## S3 method for class 'md5'
rxUiGet(x, ...)
## S3 method for class 'ini'
rxUiGet(x, ...)
## S3 method for class 'iniFun'
rxUiGet(x, ...)
## S3 method for class 'modelFun'
rxUiGet(x, ...)
## S3 method for class 'model'
rxUiGet(x, ...)
## S3 method for class 'modelDesc'
rxUiGet(x, ...)
## S3 method for class 'thetaLower'
rxUiGet(x, ...)
## S3 method for class 'thetaUpper'
rxUiGet(x, ...)
## S3 method for class 'lhsVar'
rxUiGet(x, ...)
## S3 method for class 'varLhs'
rxUiGet(x, ...)
## S3 method for class 'lhsEta'
rxUiGet(x, ...)
## S3 method for class 'lhsTheta'
rxUiGet(x, ...)
## S3 method for class 'lhsCov'
rxUiGet(x, ...)
## S3 method for class 'etaLhs'
rxUiGet(x, ...)
## S3 method for class 'thetaLhs'
rxUiGet(x, ...)
## S3 method for class 'covLhs'
rxUiGet(x, ...)
## Default S3 method:
rxUiGet(x, ...)
Arguments
x |
list of (UIenvironment, exact). UI environment is the
parsed function for rxode2. |
... |
Other arguments |
Value
value that was requested from the UI object
Author(s)
Matthew Fidler
[Package rxode2 version 2.1.3 Index]