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 06 May. 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
04/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/04Downloads for Cairo40060080010001200140016001800200022002400TrendBars

Today's Hot Picks in Authors and Packages

simfam  
Simulate and Model Family Pedigrees with Structured Founders
The focus is on simulating and modeling families with founders drawn from a structured population (f ...
Download / Learn more Package Citations See dependency  
HuraultMisc  
Guillem Hurault Functions' Library
Contains various functions for data analysis, notably helpers and diagnostics for Bayesian modelling ...
Download / Learn more Package Citations See dependency  
rotations  
Working with Rotation Data
Tools for working with rotational data, including simulation from the most commonly used distributi ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
tashu  
Analysis and Prediction of Bicycle Rental Amount
Provides functions for analyzing citizens' bicycle usage pattern and predicting rental amount on spe ...
Download / Learn more Package Citations See dependency  
tbrf  
Time-Based Rolling Functions
Provides rolling statistical functions based on date and time windows instead of n-lagged observatio ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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