I have followed the advice on the discussion
changing title in multiplot ggplot2 using grid.arrange
but my 2-line title doesn't change the font size.
1- should I state main in grid.arrange or do I use grid.arrange without main and then, add the following script
main=textGrob(paste("titleLine1", "titleLine2", sep = "
"),gp=gpar(fontsize=20))
Thanks
Carol
See Question&Answers more detail:os