Any idea how to adjust the font size of a tableGrob? I am using gridExtra 2.0.0, which seem to be very different previous version 0.9.3.
g <- tableGrob(mtcars)
grid.arrange(g)
I am looking to adjust the font size of the text in the table, header, and rowname as well.
See Question&Answers more detail:os