isAqua {svMisc}R Documentation

Is R running with the AQUA GUI?

Description

Determine if the R UI is AQUA, the standard R GUI under Macintosh. This function can also be used under other platforms, but it will always return FALSE.

Usage

isAqua()

Value

TRUE if the R UI is AQUA, FALSE otherwise.

Author(s)

Philippe Grosjean <phgrosjean@sciviews.org>

See Also

isMac, isRgui

Examples

isAqua()

[Package svMisc version 0.9-46 Index]