Re: [R] How to draw a line in plot when I know the start point(x

2009-06-25 Thread Marc Schwartz
On Jun 25, 2009, at 1:51 PM, Ted Harding wrote: On 25-Jun-09 18:38:37, Marc Schwartz wrote: On Jun 25, 2009, at 1:30 PM, Lesandro wrote: Hello all, How to draw a line in plot when I know the start point(x1,y1) and end point(x2,y2)? I need make this as additional information in the graph: plo

Re: [R] How to draw a line in plot when I know the start point(x

2009-06-25 Thread Ted Harding
On 25-Jun-09 18:38:37, Marc Schwartz wrote: > On Jun 25, 2009, at 1:30 PM, Lesandro wrote: >> Hello all, >> How to draw a line in plot when I know the start point(x1,y1) >> and end point(x2,y2)? I need make this as additional information >> in the graph: >> >> plot(wl2[[1]],wl2[[2]]) >> >> I think