Learn R Programming

⚠️There's a newer version (2.17.2) of this package.Take me there.

R.devices (version 2.1.3)

Enhanced methods for handling graphical devices

Description

This package provides utility methods that enhance the existing graphical device functions already available in R for the purpose of simplifying the creation of figure files of various image formats and much more.

Copy Link

Version

Install

install.packages('R.devices')

Monthly Downloads

3,709

Version

2.1.3

License

LGPL (>= 2.1)

Maintainer

Henrik Bengtsson

Last Published

November 20th, 2012

Functions in R.devices (2.1.3)

devOff

Closes a device
toNNN

Methods for creating image files of a specific format
png2

A PNG device for Bitmap Files via GhostScript
jpeg2

A JPEG device for Bitmap Files via GhostScript
Non-documented objects

Non-documented objects
devSetLabel

Sets the label of a device
devOptions

Gets the default device options
R.devices-package

Package R.devices
eps

EPS graphics device
devSet

Activates a device
devNew

Opens a new device
devList

Lists the indices of the open devices named by their labels
devIsOpen

Checks if a device is open or not
devGetLabel

Gets the label of a device
devDone

Closes an open device unless it is a on-screen (interactive) device
devEval

Opens a new device, evaluate (graphing) code, and closes device