I need to generate a figure looking something like this:
Basically I have 3 separate plots generated separately using ggplot, and I want to some how combine them in a single figure. The arrangement I want is exactly of that in the above figure. I have tried layout() but i dont think it works with ggplot, or maybe I am doing something wrong,
Also I want to put a label a, b, c on top left corner of the each plot.
Thanks in advance