urootgui                package:uroot                R Documentation

_u_r_o_o_t _R-_G_U_I

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

     Command for launching a graphical user interface for the package
     'uroot'.

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

          urootgui ()
        

_D_e_t_a_i_l_s:

     This function requires 'tcltk'  and 'BWidget'. The "BWidget" is
     provided with the package and 'urootgui' adds a path to it.

     All the functions in 'uroot' can be run without launching the GUI.

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

     Javier Lpez-de-Lacalle javlacalle@yahoo.es and Ignacio
     Daz-Emparanza Ignacio.Diaz-Emparanza@ehu.es.

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

          ## Load uroot package.
          # library(uroot)
          ## Launch the GUI.
          # urootgui()
        

