setPlotDView             package:iSPlot             R Documentation

_S_e_t_s _t_h_e _c_o_n_t_r_o_l _w_i_n_d_o_w _t_o _p_l_o_t _d_a_t_a _v_i_e_w

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

     setPlotDView sets the control window so it shows a list of  loaded
     data that the user can choose to plot.  Once a data set is  chosen
     from the list, a set of toggle buttons will  appear to allow the
     user to choose the x and y variables for the  plot.  setPlotDView
     is called when the user chooses 'plot data'  under the display
     menu.

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

     setPlotDView()

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

     Elizabeth Whalen

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

     'updateControlWindow', 'createView',   'createPlotView',
     'createSPlotView', 'setVariables'

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

       if (interactive())
       {
         createControlWindow()
         # setPlotDView should be called by the user choosing 
         # 'plot data' under the display menu
         setPlotDView()
       }

