[R] which package does interpSpline belong to ?
Marc Schwartz
marc_schwartz at comcast.net
Thu Oct 11 22:17:05 CEST 2007
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 adavance
The splines package is part of the standard R installation. So you just
need:
library(splines)
?interpSpline
HTH,
Marc Schwartz
More information about the R-help
mailing list