[R] Lattice - parallel: xlim and adding lines

2005-03-29 Thread T.A.Wassenaar
Hi, I'm trying to set the minimum and maximum in a parallel plot, but trying xlim=c(-1,1) gives strange results. Am I missing something? The call I give is: parallel(~X[,c(6,9,12,15,18)]|X$ff,X,panel=panel.parallel.new,groups=X$protein,layout=c(3,1),xlim=c(-1,1)) Besides, I would like to add a

Re: [R] Lattice - parallel: xlim and adding lines

2005-03-29 Thread Sundar Dorai-Raj
T.A.Wassenaar wrote on 3/29/2005 2:17 PM: Hi, I'm trying to set the minimum and maximum in a parallel plot, but trying xlim=c(-1,1) gives strange results. Am I missing something? The call I give is:

Re: [R] Lattice - parallel: xlim and adding lines

2005-03-29 Thread T.A.Wassenaar
Hi Sundar, Thanks for the reply. And, oops, the panel.parallel.new shouldn't be in there. That is a revised panel function to color according to a group. As with strange, that would generally be 'not-expected', i.e., in the present case, not having an x-axis running from -1 to 1 for all

Re: [R] Lattice - parallel: xlim and adding lines

2005-03-29 Thread Sundar Dorai-Raj
T.A.Wassenaar wrote on 3/29/2005 4:17 PM: Hi Sundar, Thanks for the reply. And, oops, the panel.parallel.new shouldn't be in there. That is a revised panel function to color according to a group. As with strange, that would generally be 'not-expected', i.e., in the present case, not having an

Re: [R] Lattice - parallel: xlim and adding lines

2005-03-29 Thread Deepayan Sarkar
On Tuesday 29 March 2005 17:04, Sundar Dorai-Raj wrote: T.A.Wassenaar wrote on 3/29/2005 4:17 PM: Hi Sundar, Thanks for the reply. And, oops, the panel.parallel.new shouldn't be in there. That is a revised panel function to color according to a group. As with strange, that would