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

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 regarding their parameters

[R] xyplot text sizing

2011-02-13 Thread Nick Torenvliet
Hi all, I'm using xyplot(closingDataXTS) To get a page with any number of seperate plots on it (as many plots as columns in closingDataXTS). Each plot is named according to colnames(closingDataXTS). I would like to control the size of the text each plot name appears in. I've seen a number of