Skip to content
Prev 172290 / 398502 Next

xy-plot alb font size

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 <chettyvk at gmail.com> wrote: