system_graphic_driver {jjb} | R Documentation |
Natural Graphics Driver for Operating System
Description
Provides the default operating system graphics utility
Usage
system_graphic_driver()
Value
A string
that is either:
-
"quartz"
: if on MacOS -
"windows"
: if on Windows -
"x11"
: if on Linux or Solaris
Author(s)
James Balamuta
See Also
Examples
# Returns a string depending on test platform
system_graphic_driver()
[Package jjb version 0.1.1 Index]