guiShow                package:Rggobi                R Documentation

_N_o_t _c_u_r_r_e_n_t_l_y _u_s_e_d

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

     This is intended to provide a generic method  for displaying an
     object via a GUI, perhaps allowing it to be edited also. One
     defines methods for particular classes of objects. See
     VariableInfo.

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

     guiShow(obj, container = gtkVBox())

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

     obj: the S object which is to be represented in a GUI

container: a widget into which the GUI should be packed.

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

     This function is primarilyu designed for its side-effect of
     creating the GUI display. The return value is either 'NULL' or
     some collection of values providing access to the newly created
     GUI components.

_N_o_t_e:

     Not currently being used.

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

     Duncan Temple Lang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.ggobi.org/RSggobi.html>

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

     'xmlDataViewer' VariableInfo.

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

      # See xmlDataView.

