Handle arguments for ui functions
Note this is an internal function but it is exported in case it is useful.
.uiArg(char, f, dp)
char
: This is the character equivalent of the argumentf
: This is the forced equivalent of the argumentdp
: This is deparsed expressioncharacter representing the underlying rxode2 code for the argument
.uiArg("1.0", 1.0, "1.0")
Matthew L. Fidler
Useful links