Noah Silverman wrote:
That's amazing.  (It would have taken me many hours to figure this out
on my own.)

Two quick last questions and then I'm off to plotting:
1) How can I reduce the font size of the table. (It is huge on my plot.)
2) How can I control the ratio of "plot area" to "table area" in the grid?

For 1), you usually specify something like

textGrob(... , gp = gpar(cex = .8))

For 2), you may have to use something other than arrange, like creating your own grid viewport and using grid.layout.

For the long term, I would suggest getting a copy of the book 'R Graphics', which will get you very familiar with all these concepts and much more!

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to