guiStart                package:svGUI                R Documentation

_I_n_s_t_a_l_l/_U_n_i_n_s_t_a_l_l _a_n_d _S_t_a_r_t/_S_t_o_p _a _G_U_I _c_l_i_e_n_t

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

     A GUI needs several changes in R, and needs also a way to
     communicate with it. These functions provide required features for
     SciViews compatible GUI clients.

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

     guiInstall(HideTkWindow = TRUE)
     guiUninstall()
     guiStart(gui = "\"%SciViews_Home%/bin/RConsole.exe\" -connect")
     guiStop()

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

HideTkWindow: Whether the Tk communication window should be hidden or
          not 

     gui: The path to the GUI client executable 

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

     TRUE if success, error message otherwise.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'Windows'

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

         #### TO DO...

