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 ?