I have searched for "interpSpline" and got the following: interpSpline(splines) Create an Interpolation Spline Type 'help(FOO, package = PKG)' to inspect entry 'FOO(PKG) TITLE'. I looked for a package named "splines" executable for Windows but could not find it. Thank you in adavance -- Maura E.M
On Thu, 2007-10-11 at 14:23 -0500, Maura E Monville wrote:> I have searched for "interpSpline" and got the following: > > interpSpline(splines) Create an Interpolation Spline > > > Type 'help(FOO, package = PKG)' to inspect entry 'FOO(PKG) TITLE'. > > I looked for a package named "splines" executable for Windows but > could not find it. > > Thank you in adavanceThe splines package is part of the standard R installation. So you just need: library(splines) ?interpSpline HTH, Marc Schwartz