Skip to content
Prev 76 / 696 Next

[R-sig-dyn-mod] Using spline_coef and spline_eval in C code

On 13.04.2011 16:31, Daniel Kaschek wrote:
Hi Daniel,

the spline code can be found in file splines.c of package 'stats':

https://svn.r-project.org/R/trunk/src/library/stats/src

The file has about 7kbytes size, so the most pragmatic way is to put a 
copy into your own source directory. This is legal as long as your 
derived work will be redistributed under the GPL, too.

Thomas