display {svDialogs} | R Documentation |
Display a dialog box previously calculated. For instance, display a flexible dialog box.
display(x, ...) display(x, parent = 0, GUI = getOption("guiWidgets"), debug = FALSE, ...)
x |
An object that accepts a display method |
parent |
Which window is the perent of this flexible dialog box? |
GUI |
Which GUI to use to display this dialog box? |
debug |
Do we debug this dialog box? |
... |
Further arguments passed to the display method |
The R code constructed by this dialog box
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...