setControlEnvDefaults         package:iSPlot         R Documentation

_S_e_t _t_h_e _c_o_n_t_r_o_l _e_n_v_i_r_o_n_m_e_n_t _v_a_r_i_a_b_l_e_s _t_o _t_h_e_i_r _d_e_f_a_u_l_t_s

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

     setControlEnvDefaults sets the control environment variables to
     their default values.  setControlEnvDefaults will be called by 
     createControlWindow the first time a control window is opened in
     an R session and it will be called by clearAllWindows to ensure
     that the environment variables are set to the default values when
     the control window is closed.  The environment variables need to
     be reset to their default values when closing the control window
     in case the user opens another control window after closing the
     first one.

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

       setControlEnvDefaults()

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

     Here are the defaults for the control environment variables:
     currentColor="black" colorBrowser=c() curAction="" viewMode=""
     plotTitle="" fillPch=19 winCounter=0 clickEvent=TRUE

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

     Elizabeth Whalen

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

     'createControlWindow', 'clearAllWindows', 'controlEnv',
     'setControlWindowDefaults'

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

       setControlEnvDefaults()

