[R] Different gridlines per panel in xyplot

2007-02-20 Thread Rene Braeckman
In the example R script below, horizontal gray gridlines are drawn at y coordinates where the points are drawn with the code: panel.abline(h=y, v=xScale, col.line=gray) How do I change this so that the horizontal gray gridlines are drawn at y coordinates where the y labels are drawn? The

Re: [R] Different gridlines per panel in xyplot

2007-02-20 Thread Bernd Weiss
Am 20 Feb 2007 um 20:52 hat Rene Braeckman geschrieben: From: Rene Braeckman [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Date sent: Tue, 20 Feb 2007 20:52:29 -0800 Subject:[R] Different gridlines per panel in xyplot

Re: [R] Different gridlines per panel in xyplot

2007-02-20 Thread Rene Braeckman
[mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 9:44 PM To: Rene Braeckman; r-help@stat.math.ethz.ch Subject: Re: [R] Different gridlines per panel in xyplot Am 20 Feb 2007 um 20:52 hat Rene Braeckman geschrieben: From: Rene Braeckman [EMAIL PROTECTED

Re: [R] Different gridlines per panel in xyplot

2007-02-20 Thread Rene Braeckman
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rene Braeckman Sent: Tuesday, February 20, 2007 8:52 PM To: r-help@stat.math.ethz.ch Subject: [R] Different gridlines per panel in xyplot In the example R script below, horizontal gray gridlines are drawn at y coordinates where the points