Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 7 of 7 found.
[1] < 1 > [1]  Sort:

CairoFonMatch (Package: Cairo) :

CairoFontMatch searches for fonts based on a fontconfig pattern.
● Data Source: CranContrib
● Keywords: device
● Alias: CairoFontMatch
● 0 images

CairoFonts (Package: Cairo) :

CairoFonts initializes the fonts used for Cairo graphics devices.
● Data Source: CranContrib
● Keywords: device
● Alias: CairoFonts
● 0 images

Cairo.onSave (Package: Cairo) :

Cairo.onSave set the onSave callback which allows R code to be run when Cairo finalizes a page (either due to a new page being created or by the device being closed). The callback expects function(device, page) where device will be the device number and page is the currently finished page number (starting at 1).
● Data Source: CranContrib
● Keywords: device
● Alias: Cairo.onSave
● 0 images

Cairo.capabilities (Package: Cairo) :

Cairo.capabilities returns a logical vector describing the capabilities of this particular Cairo build.
● Data Source: CranContrib
● Keywords: device
● Alias: Cairo.capabilities
● 0 images

Cairo (Package: Cairo) :

Cairo initializes a new graphics device that uses the cairo graphics library for rendering. The current implementation produces high-quality PNG, JPEG, TIFF bitmap files, high resolution PDF files with embedded fonts, SVG graphics and PostScript files. It also provides X11 and Windows interactive graphics devices. Unlike other devices it supports all graphics features including alpha blending, anti-aliasing etc.
● Data Source: CranContrib
● Keywords: device
● Alias: Cairo, CairoJPEG, CairoPDF, CairoPNG, CairoPS, CairoSVG, CairoTIFF, CairoWin, CairoX11
● 0 images

Cairo.capture (Package: Cairo) :

Cairo.capture is essentially the same as dev.capture(native=TRUE) with the exception that it works where dev.capture doesn't such as onSave callbacks.
● Data Source: CranContrib
● Keywords: device
● Alias: Cairo.capture, Cairo.snapshot
● 0 images

Cairo.serial (Package: Cairo) :

Cairo.serial returns an integer that is increased with every plotting operation on the device. This allows user code to determine whether any new content has been added to the device since it was last checked.
● Data Source: CranContrib
● Keywords: device
● Alias: Cairo.serial
● 0 images