Other packages > Find by keyword >

R.devices  

Unified Handling of Graphics Devices
View on CRAN: Click here


Download and install R.devices package within the R console
Install from CRAN:
install.packages("R.devices")

Install from Github:
library("remotes")
install_github("cran/R.devices")

Install by package version:
library("remotes")
install_version("R.devices", "2.17.3")



Attach the package and use:
library("R.devices")
Maintained by
Henrik Bengtsson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-05-03
Latest Update: 2024-01-29
Description:
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.
How to cite:
Henrik Bengtsson (2012). R.devices: Unified Handling of Graphics Devices. R package version 2.17.3, https://cran.r-project.org/web/packages/R.devices. Accessed 05 Aug. 2026.
Previous versions and publish date:
(2026-07-09 08:17), 2.1.1 (2012-05-03 08:23), 2.1.3 (2012-11-20 08:06), 2.2.2 (2013-04-02 21:57), 2.5.0 (2013-08-01 09:52), 2.6.1 (2013-09-18 08:35), 2.7.2 (2013-10-16 09:13), 2.8.2 (2014-01-03 01:22), 2.9.2 (2014-05-18 07:38), 2.11.0 (2014-09-02 06:14), 2.12.0 (2014-10-17 11:20), 2.13.0 (2015-02-22 15:15), 2.13.1 (2015-09-22 10:57), 2.13.2 (2015-12-16 23:46), 2.14.0 (2016-03-09 09:13), 2.15.0 (2016-11-08 08:10), 2.15.1 (2016-11-10 13:16), 2.16.0 (2018-07-21 14:30), 2.16.1 (2019-10-24 08:00), 2.17.0 (2021-01-19 19:30), 2.17.1 (2022-06-21 10:00), 2.17.2 (2024-01-29 14:30), 2.17.3 (2025-12-18 07:11)
Other packages that cited R.devices R package
View R.devices citation profile
Other R packages that R.devices depends, imports, suggests or enhances
Complete documentation for R.devices
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

noisyr  
Noise Quantification in High Throughput Sequencing Output
Quantifies and removes technical noise from high-throughput sequencing data. Two approaches are use ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
dcov  
A Fast Implementation of Distance Covariance
Efficient methods for computing distance covariance and relevant statistics. See Sz ...
Download / Learn more Package Citations See dependency  
kernelPSI  
Post-Selection Inference for Nonlinear Variable Selection
Different post-selection inference strategies for kernelselection as described in kernelPSI a Post-S ...
Download / Learn more Package Citations See dependency  
dhReg  
Dynamic Harmonic Regression
Building and forecasting time series data with multiple seasonality using Dynamic Harmonic Regressio ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA