[R] scientific vs. fixed notation in xyplot()

array chip arrayprofile at yahoo.com
Mon Sep 27 21:10:50 CEST 2010


Hi I am using xyplot() to plot on the log scale by using scale=list(log=T) 
argument. For example:

xyplot(1:10~1:10, scales=list(log=T))

But the axis labels are printed as scientific notation (10^0.0, etc), instead of 
fixed notation. How can I change that to fixed notation?

options(scipen=4) doesn't work on xyplot()

Thanks

John



More information about the R-help mailing list