In this tutorial, we will learn how to place two plots made with ggplot2 side by side. In R, we have multiple solutions to combine plots into a single plot. Here, we will use R Package gridExtra's function grid.arrange to combine two plots side by side. Firs, let us load the … [Read more...] about Side by side plots with ggplot2 using gridExtra