guiDo {plotAndPlayGTK} | R Documentation |
~~ A concise (1-5 lines) description of what the function does. ~~
guiDo(expr, call, string, doLog = T, doFailureLog = doLog, logFunction = addToLog, doFailureDialog = T, doStop = T, envir = if (doLog) .GlobalEnv else parent.frame() )
expr |
~~Describe expr here~~ |
call |
~~Describe call here~~ |
string |
~~Describe string here~~ |
doLog |
~~Describe doLog here~~ |
doFailureLog |
~~Describe doFailureLog here~~ |
logFunction |
~~Describe logFunction here~~ |
doFailureDialog |
~~Describe doFailureDialog here~~ |
doStop |
~~Describe doStop here~~ |
envir |
~~Describe envir here~~ |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
~~further notes~~
~~who you are~~
~put references to the literature/web site here ~
~~objects to See Also as help
, ~~~
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets.