display              package:svDialogs              R Documentation

_T_h_e _d_i_s_p_l_a_y _m_e_t_h_o_d (_f_o_r _f_l_e_x_i_b_l_e _d_i_a_l_o_g _b_o_x_e_s)

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

       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 

_V_a_l_u_e:

     The R code constructed by this dialog box

_A_u_t_h_o_r(_s):

     Philippe Grosjean (phgrosjean@sciviews.org)

_S_e_e _A_l_s_o:

     'guiDlg', 'guiEval'

_E_x_a_m_p_l_e_s:

     #### TO DO...

