pp | R Documentation |
This calls svg/png/postscript/etc according to the filename provided.
pp(file, image = NULL, width = 9, height = 9, res = 180, ...)
file |
Filename to write |
image |
Optionally, add the image you wish to plot and this will both print it to file and screen. |
width |
How wide? |
height |
How high? |
res |
The chosen resolution. |
... |
Arguments passed to the image plotters. |
a png/svg/eps/ps/pdf with height = width=9 inches and a high resolution
[png()] [svg()] [postscript()] [cairo_ps()] [cairo_pdf()] [tiff()] [devEMF::emf()] [jpg()] [bmp()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.