Skip to contents

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

See also

Author

James Balamuta

Examples

# Returns a string depending on test platform
system_graphic_driver()
#> [1] "x11"