Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ Cairo Public

R graphics device using cairo graphics library for creating high-quality output

Notifications You must be signed in to change notification settings

s-u/Cairo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

264 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cairo

Cairo is a graphics device for R which uses the cairo graphics library to provide high-quality output in various formats including bitmap (PNG, JPEG, TIFF), vector (PDF, PostScript, SVG) and on-screen (X11, Windows). It supports alpha-blending (semi-transparent painting), anti-aliasing and font embedding. Since the same engine is used for rendering on-screen and off-screen, is possible to create output WYSIWYG-like output. In addition, it has capabilities to track versions of the device content and provide custom locator function, making it ideal for interactive and Web-based systems such as RCloud.

See the files section for the latest release.

See also main RForge page and GitHub repository.

Installation

For the latest release use

install.packages("Cairo")

For the latest development version, use

install.packages("Cairo", repo="https://RForge.net")

CRAN RForge

About

R graphics device using cairo graphics library for creating high-quality output

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 8