[R] abline outside of plot region

2011-04-29 Thread Nick Sabbe
Hi R people. I ran into this problem: I created a plot with errbars, like this: errbar(x=c(1,2,3,4), y=c(2,1,3,3), yminus=c(1.5,0.5,2.5,2.5), yplus=c(2.5,1.5,3.5,3.5)) Next, I wanted to accentuate some x value with an abline, like this: abline(v=2) In one of my R sessions (which

Re: [R] abline outside of plot region

2011-04-29 Thread Peter Ehlers
On 2011-04-29 06:14, Nick Sabbe wrote: Hi R people. I ran into this problem: I created a plot with errbars, like this: errbar(x=c(1,2,3,4), y=c(2,1,3,3), yminus=c(1.5,0.5,2.5,2.5), yplus=c(2.5,1.5,3.5,3.5)) Next, I wanted to accentuate some x value with an abline, like this: abline(v=2)

Re: [R] abline outside of plot region

2011-04-29 Thread Rolf Turner
On 30/04/11 01:14, Nick Sabbe wrote: Hi R people. I ran into this problem: I created a plot with errbars, like this: errbar(x=c(1,2,3,4), y=c(2,1,3,3), yminus=c(1.5,0.5,2.5,2.5), yplus=c(2.5,1.5,3.5,3.5)) Next, I wanted to accentuate some x value with an abline, like this: abline(v=2)