Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 415 Bytes

save-the-"current"-figure.md

File metadata and controls

14 lines (9 loc) · 415 Bytes

Save the "current" figure

If you wish to save the exact representation of the figure that you see in the RStudio's plot viewer, including all the size resizes and adjustments you have done, use:

dev.print(pdf, file="filename.pdf");

This will copy the image exactly as you see it on screen.

Source

Happy hacking!