# Example: Arranging multiple plots library(gridExtra) grid.arrange(lineplot, lineplot1, lineplot2, ncol = 3)