Other packages > Find by keyword >

Cairo  

R Graphics Device using Cairo Graphics Library for Creating High-Quality Bitmap (PNG, JPEG, TIFF), Vector (PDF, SVG, PostScript) and Display (X11 and Win32) Output
View on CRAN: Click here


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

Install from Github:
library("remotes")
install_github("cran/Cairo")

Install by package version:
library("remotes")
install_version("Cairo", "1.6-2")



Attach the package and use:
library("Cairo")
Maintained by
Simon Urbanek
[Scholar Profile | Author Map]
First Published: 2007-04-18
Latest Update: 2023-11-28
Description:
R graphics device using cairographics library that can be used to create high-quality vector (PDF, PostScript and SVG) and bitmap output (PNG,JPEG,TIFF), and high-quality rendering in displays (X11 and Win32). Since it uses the same back-end for all output, copying across formats is WYSIWYG. Files are created without the dependence on X11 or other external programs. This device supports alpha channel (semi-transparent drawing) and resulting images can contain transparent and semi-transparent regions. It is ideal for use in server environments (file output) and as a replacement for other devices that don't have Cairo's capabilities such as alpha support or anti-aliasing. Backends are modular such that any subset of backends is supported.
How to cite:
Simon Urbanek (2007). Cairo: R Graphics Device using Cairo Graphics Library for Creating High-Quality Bitmap (PNG, JPEG, TIFF), Vector (PDF, SVG, PostScript) and Display (X11 and Win32) Output. R package version 1.6-2, https://cran.r-project.org/web/packages/Cairo. Accessed 29 Mar. 2025.
Previous versions and publish date:
1.3-2 (2007-04-18 16:44), 1.3-3 (2007-04-25 23:00), 1.3-4 (2007-05-10 18:58), 1.3-5 (2007-09-01 13:02), 1.4-1 (2008-03-24 22:43), 1.4-2 (2008-04-04 14:37), 1.4-3 (2008-07-28 07:58), 1.4-4 (2008-10-19 18:58), 1.4-5 (2009-07-18 17:21), 1.4-6 (2011-02-11 09:49), 1.4-8 (2011-03-08 08:47), 1.4-9 (2011-04-06 20:13), 1.5-0 (2011-10-01 10:18), 1.5-1 (2011-12-11 11:41), 1.5-2 (2012-11-05 20:46), 1.5-3 (2013-12-03 22:41), 1.5-4 (2013-12-14 18:14), 1.5-5 (2013-12-24 00:16), 1.5-6 (2014-06-26 17:15), 1.5-7 (2015-07-28 08:03), 1.5-8 (2015-07-30 06:05), 1.5-9 (2015-09-26 09:05), 1.5-10 (2019-03-28 21:00), 1.5-11 (2020-03-09 09:25), 1.5-12.2 (2020-07-07 08:11), 1.5-12 (2020-04-11 07:15), 1.5-14 (2021-12-21 08:07), 1.5-15 (2022-03-16 15:55), 1.6-0 (2022-07-05 06:40), 1.6-1 (2023-08-18 05:26)
Other packages that cited Cairo R package
View Cairo citation profile
Other R packages that Cairo depends, imports, suggests or enhances
Complete documentation for Cairo
Functions, R codes and Examples using the Cairo R package
Some associated functions: Cairo.capabilities . Cairo.capture . Cairo . Cairo.onSave . Cairo.serial . CairoFontMatch . CairoFonts . 
Some associated R codes: Cairo.R . imgtools.R . zzz.R .  Full Cairo package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for Cairo50060070080090010001100120013001400150016001700TrendBars

Today's Hot Picks in Authors and Packages

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  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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