Re: [R] Setting lattice par parameters

2009-04-23 Thread Steve_Friedman
04/23/2009 06:56 cc AM MSTr-help Help Subject Re: [R] Setting lattice par

Re: [R] Setting lattice par parameters

2009-04-23 Thread Sundar Dorai-Raj
Because you're not calling trellis.par.set correctly. It should be: trellis.par.set(par.ylab.text = list(cex = 0.65), par.xlab.text = list(cex = 0.65)) However, I usually do things like this: my.theme <- list(par.ylab.text = list(cex = 0.65), par.xlab.text = list(cex = 0.65)) barchart(..., par.s