I have four plots that I would like to plot on the same figure using:
library(gridExtra)
grid.arrange(plot1,plot2,plot3,plot4)
By default grid.arrange will plot the first two on the top and the other two in the bottom. Is there a way to plot all four plots next to each other for example?