guiDo {plotAndPlayGTK}R Documentation

Execute a command, log it, show error dialog on failure

Description

~~ A concise (1-5 lines) description of what the function does. ~~

Usage

guiDo(expr, call, string, doLog = T, doFailureLog = doLog, logFunction = addToLog, doFailureDialog = T, doStop = T, envir = if (doLog) .GlobalEnv else parent.frame() )

Arguments

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~~

Details

~~ If necessary, more details than the description above ~~

Value

~Describe the value returned If it is a LIST, use

comp1 Description of 'comp1'
comp2 Description of 'comp2'

...

Note

~~further notes~~

Author(s)

~~who you are~~

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as help, ~~~

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--    or do  help(data=index)  for the standard data sets.


[Package plotAndPlayGTK version 0.7.17 Index]