.uiArg {rxode2} | R Documentation |
Handle arguments for ui functions
Description
Note this is an internal function but it is exported in case it is useful.
Usage
.uiArg(char, f, dp)
Arguments
char |
This is the character equivalent of the argument |
f |
This is the forced equivalent of the argument |
dp |
This is deparsed expression |
Value
character representing the underlying rxode2 code for the argument
Author(s)
Matthew L. Fidler
Examples
.uiArg("1.0", 1.0, "1.0")
[Package rxode2 version 4.0.2 Index]