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]
All associated links for this package
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
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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
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  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns