Re: [R] how to label customized y axis when using lattice parallel parameter common.scale=TRUE

2011-04-05 Thread Pengcheng Yang
)), lower = 0, upper = 1, panel=function(x,y,z,...){ panel.abline(v=1:4,col="gray90") panel.parallel(x,y,z,...) }) On 2011-4-5 21:42, Deepayan Sarkar wrote: On Tue, Apr 5, 2011 at 4:39 PM, Pengcheng Yang wrote: Dear all, When I use paralle

Re: [R] how to label customized y axis when using lattice parallel parameter common.scale=TRUE

2011-04-05 Thread Pengcheng Yang
Thanks Deepayan, It works! On 2011-4-5 21:42, Deepayan Sarkar wrote: On Tue, Apr 5, 2011 at 4:39 PM, Pengcheng Yang wrote: Dear all, When I use parallel function in lattice package, I want to label the y-axis with customized numbers. Like this: parallel(~iris[1:4] | Species, iris,horiz

[R] how to label customized y axis when using lattice parallel parameter common.scale=TRUE

2011-04-05 Thread Pengcheng Yang
ned. Could anyone help me? Thanks. Regards, Pengcheng Yang __ 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