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. Accessed 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
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  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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