Unified Handling of Graphics Devices
Checks whether a device type is interactive or not
Checks if zero or more devices are open or not
Lists the indices of the open devices named by their labels
Get the architecture of an object or coerce it into another
Gets a character representation of the product
Check whether current R session supports X11 or not
Captures a plot such that it can be redrawn later/elsewhere
Closes zero or more open devices except screen (interactive) devices
Opens a new graphics device, evaluate (graphing) code, and closes devi...
The DevEvalFileProduct class
The DevEvalProduct class
Gets the labels of zero or more devices
Opens a new device
Closes zero or more devices
Gets the default device options
Activates a device
Sets the label of a device
EPS graphics device
Favicon graphics device
Gets content as a Base64-encoded data URI
Gets the full name, name and tags
Gets the MIME type
Gets the (relative) pathname, filename and path
Gets the type
A JPEG device for Bitmap Files via GhostScript
Non-documented objects
A "null" graphics device voiding all output
A PNG device for Bitmap Files via GhostScript
Automatically replays a recorded plot
Package R.devices
Methods for creating image files of a specific format
Evaluate an R expression with graphical parameters set temporarily
Functions for creating plots and image files in a unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.). Default device options as well as scales and aspect ratios are controlled in a uniform way across all device types. Switching output format requires minimal changes in code. This package is ideal for large-scale batch processing, because it will never leave open graphics devices or incomplete image files behind, even on errors or user interrupts.
Useful links