Learn R Programming

Cairo (version 1.6-2)

Cairo.serial: Check for changes in the graphics state of Cairo devices.

Description

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.

Usage

Cairo.serial(device = dev.cur())

Value

Integer value.

Arguments

device

device number or an object of the class Cairo (as obtained from the Cairo function).

Author

Simon Urbanek