Learn R Programming

SciViews (version 0.8-8)

display: 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

synopsis

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

See Also

guiDlg, guiEval

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab