From the help found here I\'ve managed to create this multiplot panel: with the follow
library(gridExtra) p <- ggplot() grid.arrange(p,p,p,p,p, top = "Title", layout_matrix = matrix(c(1,2,3,4,5,5), ncol=2, byrow=TRUE))