Re: [R] Odp: connecting points into a smooth curve

2010-11-01 Thread Mike Marchywka
 > > > > > Doing much of anything meaningful with 5 points would probably require a > model > > as the other > > poster suggested- your model would need to be solved depending on its > particulars. > > > > You sometimes see these kinds of wild interpolation issues with the > drawing > > programs

Re: [R] Odp: connecting points into a smooth curve

2010-11-01 Thread Petr PIKAL
Hi r-help-boun...@r-project.org napsal dne 01.11.2010 13:02:46: > > > > > > > > > To: kai...@berkeley.edu > > From: petr.pi...@precheza.cz > > Date: Mon, 1 Nov 2010 11:50:17 +0100 > > CC: r-help@r-projec

Re: [R] Odp: connecting points into a smooth curve

2010-11-01 Thread Mike Marchywka
> To: kai...@berkeley.edu > From: petr.pi...@precheza.cz > Date: Mon, 1 Nov 2010 11:50:17 +0100 > CC: r-help@r-project.org > Subject: [R] Odp: connecting points into a smooth curve > > Hi > > r-help-boun...@r-project.org nap

[R] Odp: connecting points into a smooth curve

2010-11-01 Thread Petr PIKAL
Hi r-help-boun...@r-project.org napsal dne 01.11.2010 07:18:47: > > If I have, say, five scatter points and want to connect them together into a > smooth curve. As you are not much specific about what you consider "smooth curve" here are some options use some model ?lm and plot predicted val