I am using ggsave()
to save plots from ggplot()
.
In R-Studio, clicking the "Zoom" button automatically resizes most of my plots to have quite aesthetic proportions, whereas when I try to manually specify the size and aspect ratios, I get plots that don't look as nice.
Is there a way that I can make ggsave use the same aspect ratio or size that R-Studio's "Zoom" button does?
Or how do I call the Zoom button using code?