[R] interpolation function in R

Sundar Dorai-Raj sundar.dorai-raj at pdf.com
Thu Aug 4 21:37:49 CEST 2005



Îâ ê» wrote:
> Hi
> does R provide some interpolation fucntions?
> thank
> 
> 
> ------------------------------------------------------------------------
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

PLEASE do read the posting guide!

help.search("interpolation")

returns

interpSpline(splines)   Create an Interpolation Spline
periodicSpline(splines)
                        Create a Periodic Interpolation Spline
NLSstClosestX(stats)    Inverse Interpolation
approx(stats)           Interpolation Functions
spline(stats)           Interpolating Splines

for example. There may be others in packages I don't have installed as well.

HTH,

--sundar




More information about the R-help mailing list