display {svDialogs}R Documentation

The display method (for flexible dialog boxes)

Description

Display a dialog box previously calculated. For instance, display a flexible dialog box.

Usage

display(x, ...)
display(x, parent = 0, GUI = getOption("guiWidgets"), debug = FALSE, ...)

Arguments

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

Value

The R code constructed by this dialog box

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiDlg, guiEval

Examples

#### TO DO...

[Package svDialogs version 0.9-5 Index]