saveDevs | R Documentation |
Saves each element of dev.list() to a graphical device such as pdf, png or similar.
saveDevs( filename = NA, width = NA, height = NA, dev = png, units = "in", res = 300, mess = T, close = F, ... )
filename |
Character vector containing file names. |
width |
Width of the devices. If NA (default), width of the devices is left unchanged. |
height |
Height of the devices. If NA (default), height of the devices is left unchanged. |
dev |
Graphical device (currently, pdf, win.metafile, png, bmp, jpg and tiff are supported). |
units |
Parameter passed to dev.copy. Defaults to "in". Is ignored if dev==pdf. |
res |
Resolution (dots per inch) of the devices. Defaults to 300. Is ignored if dev==pdf. |
mess |
Logical value specifying if a message should be printed after saving the devices. Defaults to T. |
close |
Logical value specifying whether to close devices after saving them. |
Saves each element of dev.list() to a graphical device such as pdf, png or similar.
saveDevs();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.