xmlDataViewer             package:Rggobi             R Documentation

_G_U_I _v_i_e_w _o_f _G_G_o_b_i _X_M_L _i_n_p_u_t

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

     A GUI for displaying the contents of a GGobi input data in XML
     format. This displays a hierarchical view of the different
     datasets and their variables and the details of these such as the
     name, extrema, descriptions, etc.

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

     xmlDataViewer(fileName = "~/Projects/ggobi/ggobi/data/eies.xml",
                    callback = function(obj, w) { guiShow(obj)})

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

fileName: the URI of the XML input source, typically just a file name.
          This can be a string giving the XML directly or also a URL.

callback: callback function that is invoked when the user selects a
          node in the tree view. This is passed to 'xmlDataTreeViewer'

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

     A list containing 

     win: the GtkWindow created to display the hierarchy.

      tr: the GtkTree object created in the call to 'xmlDataTreeViewer'

_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> <URL: http://www.ggobi.org/RSggobi>

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

     'readXMLColorSchemes'

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

       xmlDataViewer(system.file("data", "buckyball.xml", package = "Rggobi"))

