Re: [R] connecting points into a smooth curve

2010-11-02 Thread Greg Snow
r-help-boun...@r- > project.org] On Behalf Of tooblue > Sent: Monday, November 01, 2010 12:19 AM > To: r-help@r-project.org > Subject: [R] connecting points into a smooth curve > > > If I have, say, five scatter points and want to connect them together > into a > smoot

Re: [R] connecting points into a smooth curve

2010-11-01 Thread Gavin Simpson
On Sun, 2010-10-31 at 23:18 -0700, tooblue wrote: > If I have, say, five scatter points and want to connect them together into a > smooth curve. > I did plot(x,y,type="l"), but the graph is five segments connecting with > each other, but not a smooth curve. > I wonder if there is a line type that

[R] connecting points into a smooth curve

2010-10-31 Thread tooblue
If I have, say, five scatter points and want to connect them together into a smooth curve. I did plot(x,y,type="l"), but the graph is five segments connecting with each other, but not a smooth curve. I wonder if there is a line type that is a curve. Thanks! -- View this message in context: ht