Dear all, I was looking for the C program found within approxfun() function. I already have a list of available C programs which are being used with R here, https://svn.r-project.org/R/trunk/src/main/. However this list does not contain above C function. Can somebody help me on where to find that? ? Thanks,
On 2011-11-22 11:29, Ron Michael wrote:> Dear all, I was looking for the C program found within approxfun() function. I already have a list of available C programs which are being used with R here, https://svn.r-project.org/R/trunk/src/main/. However this list does not contain above C function. Can somebody help me on where to find that? >Try this: https://svn.r-project.org/R/trunk/src/library/stats/src/approx.c You'll find code for both approxtest and approxfun. Peter Ehlers