resetWinSize             package:iSPlot             R Documentation

_R_e_s_e_t _t_h_e _C_o_n_t_r_o_l _W_i_n_d_o_w _S_i_z_e

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

     resetWinSize resets the control window to its default size that 
     is stored in the environment variables, winDefaultHeight and 
     winDefaultWidth, in controlEnv.

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

     resetWinSize()

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

     Elizabeth Whalen

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

       if (interactive())
       {
         createControlWindow()
         resetWinSize()
       }

