Description Usage Arguments Details Value Author(s) See Also Examples
Conveniently save the active plot window to some known graph file format
1 |
file |
quoted string with the file name |
width |
width in pixels |
height |
height in pixels |
This function tries to guess the filter to use from the file name extension. Supported graph formats are portable bitmap (png), jpeg (jpg), portable document format (pdf), encapsulated post script (eps), and scalable vector graphics (svg). If off
is set to TRUE
, the active window device is closed after the graph is saved.
Alternatively, one can use the R native savePlot
that essentially does the same job.
This function does not return a value.
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.