[R] dotplot with a log scale

Deepayan Sarkar deepayan.sarkar at gmail.com
Fri Oct 31 18:20:14 CET 2008


On 10/31/08, glaporta <glaporta at freeweb.org> wrote:
>
>  Dear all,
>  I would like to create a dotplot (lattice) with a log scale as the function
>  http://www.nabble.com/dotchart-with-log-scale--td5411625.html#a5411625
>  mydotchart  of Johannes Huesing. Is it possible?

The usual lattice syntax for this is

dotplot(..., scales = list(x = list(log = TRUE)))

Does this not work?

-Deepayan



More information about the R-help mailing list