Re: [R] xyplot text sizing

2011-02-14 Thread Greg Snow
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Jannis > Sent: Monday, February 14, 2011 4:48 AM > To: Nick Torenvliet > Cc: R-Help > Subject: Re: [R] xyplot text sizing > > Trellis graphs can be a pain

Re: [R] xyplot text sizing

2011-02-14 Thread Jannis
Trellis graphs can be a pain regarding their parameters ;-) Try to run trellis.par.get() after you produced the plots and try to figure out (by playing around with them) which parameter corresponds to your text size (I would guess some of the par.sub.text or par.main.text parameters). Use