interpolation function in R
ÂÃŽÂâ Âê» 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