I use an rmarkdown file to generate consistent output figures and tables for html or Word. I just use Rnw files directly if I am generating LaTeX. I do not use R files for building output... and I never use ggsave. So you might consider altering your approach to bypass the question entirely.
On September 6, 2021 7:03:46 AM PDT, Ivan Calandra <calan...@rgzm.de> wrote: >Dear useRs, > >I produce several independent ggplot2 plots and I would like to save >them to a fixed width (for publications), but the height (and therefore >aspect ratio) is different from plot to plot. > >How can I save my plots with ggsave() supplying only a fixed width but >without knowing the height nor the aspect ratio? If I specify the width >only, the plots are truncated in width because the aspect ratio is not >correct. > >Thank you for the tip! >Ivan > -- Sent from my phone. Please excuse my brevity. ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.