[R] lattice: formatting tickmark labels of log scaled axes

Wolfram Fischer wolfram at fischer-zim.ch
Fri Nov 15 17:57:05 CET 2002


Problem:
	How can I format tickmark labels of log scaled axes of lattice 
	graphics in the usual `xxx'-Format (and not in the scientific 
	format).

Example:
(according to the help-page of xyplot):
In the first plot I get the xxx-Format,
in the second plot I get the scientific format (10^xxx):

	data(sunspot)
    plot( 1:37, sunspot, log='y',type='l')
	xyplot( sunspot ~ 1:37, type = "l", scales=list(y=list(log=TRUE)) )

Wolfram
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list