Skip to content

[R Question]: regarding exponential axis

2 messages · Sun, Larry, Dieter Menne

#
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
#
Sun, Larry <jingrans <at> amgen.com> writes:
Sound like what is usually called a logarithmic axis. See parameter log
in scales of xyplog.

Dieter