Re: [R] xy-plot alb font size

2009-03-02 Thread Gabor Grothendieck
Try this with the built in CO2: xyplot(uptake ~ conc | Treatment, CO2, xlab = list("A1C", cex = 2), ylab = list("Fasting Plasma Glucose", cex = 2)) On Mon, Mar 2, 2009 at 3:47 PM, Veerappa Chetty wrote: > I would appreciate any help for the following question. How to increase the > font size

[R] xy-plot alb font size

2009-03-02 Thread Veerappa Chetty
I would appreciate any help for the following question. How to increase the font size of labels for the x and y axes in the following code? - xyplot(lbxglu~lbxgh|eth,reg.dat.5, panel = p, col = 1:2, par.strip.text = list(cex = 1.25,col="brown"), xlab="A1C",ylab="Fa