Re: [R] xyplot, panel.abline, from, to

2009-07-28 Thread Deepayan Sarkar
On Tue, Jul 28, 2009 at 6:58 AM, Peter Ehlers wrote: > David, > ?panel.abline does not indicate that 'from/to' are arguments to > that function. If you read the help page carefully, you'll see > that 'from/to' apply to panel.curve(). Perhaps you thought that > the '...' argument can take 'from/to';

Re: [R] xyplot, panel.abline, from, to

2009-07-28 Thread Peter Ehlers
David, ?panel.abline does not indicate that 'from/to' are arguments to that function. If you read the help page carefully, you'll see that 'from/to' apply to panel.curve(). Perhaps you thought that the '...' argument can take 'from/to'; again the help page makes it clear that those are to be *grap

Re: [R] xyplot, panel.abline, from, to

2009-07-28 Thread Philipp Pagel
On Tue, Jul 28, 2009 at 09:23:58AM -0400, Afshartous, David wrote: > All, > > I'm trying to truncate some lines that are added to an xyplot via > panel.abline to allow additional space for inserted text. According to > ?panel.abline it seems like "from" and "to" will do the trick but it does > no

[R] xyplot, panel.abline, from, to

2009-07-28 Thread Afshartous, David
All, I'm trying to truncate some lines that are added to an xyplot via panel.abline to allow additional space for inserted text. According to ?panel.abline it seems like "from" and "to" will do the trick but it does not work for the sample code below. Any hints much appreciated. Cheers, David