isSDI                 package:svMisc                 R Documentation

_I_s _R_g_u_i _s_t_a_r_t_e_d _i_n _S_D_I _m_o_d_e _u_n_d_e_r _W_i_n_d_o_w_s?

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

     Determine if R is running in Rgui under Windows and in SDI mode.

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

     isSDI()

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

     TRUE if it is Rgui under Windows, and it is stared in SDI mode
     (Single-Document Interface), FALSE otherwise.

_N_o_t_e:

     See the menu entry 'Edit' -> 'GUI preferences' to change it, or
     start Rgui with the '-SDI' argument line parameter. Under another
     platform than Windows or if it is not Rgui, then isSDI always
     returns FALSE

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

     Philippe Grosjean <phgrosjean@sciviews.org>  & Eric Lecoutre
     <lecoutre@stat.ucl.ac.be>

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

     'isWin'

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

             isSDI()

