Cairo {cairoDevice}R Documentation

The Cairo Graphics Device

Description

Open an R graphics device based on the Cairo vector graphics library

Usage

Cairo()

Details

This will open a blank (black) GTK+ window containing a GtkDrawingArea to which R graphics are drawn via the Cairo API. This functions the same as any other R graphics device. You may use the conventional plot commands and expect essentially the same output, except that everything is antialiased (similar to other vector-based devices like Quartz).

Author(s)

Michael Lawrence

References

http://www.cairographics.org/


[Package cairoDevice version 1.0.0 Index]