On 10/31/08, glaporta <[EMAIL PROTECTED]> 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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to