I\'m using ggplot and have two graphs that I want to display on top of each other. I used grid.arrange from gridExtra to stack them. The problem is I want the
grid.arrange
At best this is a hack:
library(wq) layOut(list(A, 1, 2:16), list(B, 2:3, 1:16))
It feels really wrong though.