View source: R/set_null_device.R
png_null_device | R Documentation |
Null devices to be used when rendering graphics in the background. See
set_null_device()
for details.
png_null_device(width, height)
pdf_null_device(width, height)
cairo_null_device(width, height)
agg_null_device(width, height)
width |
Device width in inch |
height |
Device height in inch |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.