How can I put my axis labels in a convenient format in lattice?
require(stats)
xyplot(lat*1000000 ~ long, data = quakes)
gives me y-labels like -3.5e+0.7. I would want lattice to write the whole number.
(maybe it is easy, but I can’t find a solution.)
Thank you in advance!
There are a couple of “global options” that might affect how values are printed. In this case
scipenis the one you want to move: