Skip to content
Prev 166382 / 398506 Next

interpolation to abscissa

If you want to just linearly interpolate, then use the functions approx or approxfun from the stats package (one of those that is loaded by default).  See the function TkApprox in the TeachingDemos package for an interactive way to plot the approximations with the interpolations plotted.  

Hope this helps,