Learn R Programming

svDialogs (version 0.9-50)

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, ...)

Arguments

x
an object that accepts a display method.
...
further arguments passed to the display method.

Value

  • The R code constructed by this dialog box.

concept

GUI API dialog boxes

See Also

guiDlg, guiEval

Examples

Run this code
### TODO...

Run the code above in your browser using DataLab