guiDlgGrid             package:svDialogs             R Documentation

_A _g_r_i_d (_d_a_t_a _d_i_s_p_l_a_y/_e_d_i_t_o_r) _w_i_n_d_o_w

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

     Display or edit matrices or data frames with this grid window

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

     guiDlgGrid(table, title = deparse(substitute(table)), edit = TRUE,
         edit.vars = TRUE, add.vars = TRUE, add.rows = TRUE, parent = -1, GUI = getOption("guiWidgets"))

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

   table: The table to display or edit in the grid 

   title: The title of the grid window 

    edit: Can we edit its content? 

edit.vars: Can we edit the name of its variables? 

add.vars: Can we add new variables? 

add.rows: Can we add rows? 

  parent: Which window is the parent of the grid window 

     GUI: Which GUI toolkit do we use? 

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

     A modified version of the table if 'edit == TRUE'

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiDlgText'

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

         #### TO DO...

