0

I built 60 graphics about mortality by 3 different races (20x3). I used ggsave to save 3 per each 3 graphics:

ggplot2::ggsave('results/imgSuicideAll2020.png', imgSuicideAll2020, width = 15, height = 15, dpi = 200)

So it is very difficult to organize it in a word document (paper). Also the figure has a very large margin over and below the figure and I need to cut it in word. What is the best way to save this 60 graphics using 20 lines by 3 columns ?

Phil
  • 5,491
  • 3
  • 26
  • 61
Elias
  • 3
  • 2
  • 1
    What exactly is `imgSuicideAll2020`? Is it a single plot that has been faceted? It is a list of ggplot objects? It's not clear as to exactly what you have and what you want. It's easier to help you if you provide a [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input and desired output that can be used to test and verify possible solutions. – MrFlick Jun 03 '22 at 15:40

0 Answers0