Cairo.serial | R Documentation |
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.
Cairo.serial(device = dev.cur())
device |
device number or an object of the class |
Integer value.
The integer value overflows to 0 at 2^31. Typically only equality should be checked and for such it is extremely unlikely that the state has changed yet the serial value is the same due to overflow.
Simon Urbanek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.