isSDI {svMisc} | R Documentation |
Determine if R is running in Rgui under Windows and is in SDI mode.
isSDI()
TRUE
if it is Rgui under Windows, and it is stared in SDI mode
(Single-Document Interface), FALSE
otherwise (either in Rgui in
MDI mode, or another UI).
See the menu entry 'Edit' -> 'GUI preferences' to change the Rgui mode,
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
Philippe Grosjean <phgrosjean@sciviews.org> & Eric Lecoutre <lecoutre@stat.ucl.ac.be>
isSDI()