I would like to remove the large spacing that is inserted by default between the plots and the table in a grid.arrange, as shown in the MWE hereafter:
requir
I actually found the parameter ruling the spacing between grobs: heights, see line below
grid.arrange(plots, table, heights=c(5,1))