Skip to content
Back to formatted view

Raw Message

Message-ID: <42F26E8D.2030803@pdf.com>
Date: 2005-08-04T19:37:49Z
From: Sundar Dorai-Raj
Subject: interpolation function in R
In-Reply-To: <BAY105-F572F7EC793B83E40C9E0FD0C50@phx.gbl>

Îâ ê» 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