Does anyone know if it is possible to give a title at each column of graphs created with grid.arrange()? I know that is possible to give an overall title and a title to each graph but I would need only a column title. Thank you very much!
grid.arrange(c1b, c2a, c3d, c2b, c3a, c2d, c3b, c1a, c1d, ncol=3, nrow=3)
grid.arrange( arrangeGrob(p1, p2, top="A"), arrangeGrob(p3, p4, top="B"), ncol=2)
- change t suit your Q – Sacchariferous