guiDlgFunction           package:svDialogs           R Documentation

_A _d_i_a_l_o_g _b_o_x _p_r_o_m_p_t_i_n_g _f_o_r _f_u_n_c_t_i_o_n _a_r_g_u_m_e_n_t_s

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

     Given a function, this dialog box prompts for values for its
     arguments

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

     guiDlgFunction(fun, template = NULL, maxargs = 7, var = "res", width = 40,
         labelwidth = 10, displayit = TRUE, execfun = getOption("guiExecFun"))

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

     fun: The name of the function to prompt for 

template: An optional template for the dialog box 

 maxargs: The maximum number of arguments to include in the dialog box 

     var: The default name of the variable where to assign result 

   width: The width of the dialog box 

labelwidth: The width reserved for labels 

displayit: Do we display it, or just construct it? 

 execfun: The function to use to execute resulting code 

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

     A line of R code generated by the dialog box

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiDlgInput', 'guiDlgVarSel'

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

         #### TO DO...

