Cairo {cairoDevice} | R Documentation |
Open an R graphics device based on the Cairo vector graphics library
Cairo()
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).
Michael Lawrence