createControlWindow          package:iSPlot          R Documentation

_C_r_e_a_t_e_s _a _C_o_n_t_r_o_l _W_i_n_d_o_w _f_o_r _I_n_t_e_r_a_c_t_i_v_e _S_c_a_t_t_e_r_p_l_o_t_s

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

     createControlWindow creates a gtk window that is the user
     interface  for creating interactive scatterplots.  It allows the
     user to load  data (currently dataframes or matrices) and then
     create linked  scatterplots of the data.  The menu on the control
     window allows the  user to choose what actions will be taken when
     interacting with a plot.   This will be the first function called
     after loading the package, iSPlot.

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

       createControlWindow()

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

     Only one control window can be open at a time.  If
     createControlWindow  is called when a control window is already
     open, another control  window will not open.

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

     Elizabeth Whalen

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

     'createMainMenu'

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

       if (interactive())
         createControlWindow()

