Hi there, How to plot exponential axis (i.e. equally spaced .1, 1, 10, 100..)? I want to use it with xyplot; it would be great if there is a detailed example. Thanks a lot! Larry
[R Question]: regarding exponential axis
2 messages · Sun, Larry, Dieter Menne
Sun, Larry <jingrans <at> amgen.com> writes:
How to plot exponential axis (i.e. equally spaced .1, 1, 10, 100..)? I want to use it with xyplot; it would be great if there is a detailed example. Thanks a lot!
Sound like what is usually called a logarithmic axis. See parameter log in scales of xyplog. Dieter