Re: [R] Log scale on y axis of parallel coordinate plot (lattice)

2013-01-17 Thread Roland Seubert
Hello all, Thanks a lot for you help! Just in case someone else will have that same problem in the future: Meanwhile I also found out that ggplot2 gives you the option to freely swap x- and y-axes and apply a log-scale to whichever one you need: > library(ggplot2) > library(reshape2) > molt

[R] Log scale on y axis of parallel coordinate plot (lattice)

2013-01-07 Thread Roland Seubert
Hello all, I would like to make a parallel coordinate plot with lattice. The plot should have vertical log scale axes, and should in principle look like this one (I put less chemical elements in my example below): http://www.geokem.com/images/scans/epr-and-N_Chile_Ridge.gif The data I am try