| Cairo.capture {Cairo} | R Documentation |
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.
Cairo.capture(device = dev.cur())
device |
device number or an object of the class |
Object of the class nativeRaster.
Simon Urbanek