Spline interpolation in log-x space

splinefun_log(x, y, ...)

splinefun_loglog(x, y, ...)

Arguments

x, y

Vectors giving coordinates of points to be interpolated. The x points should be naturally on a log scale, and for splinefun_loglog both x and y should be on a log scale.

...

Additional parameters passed to splinefun.

Author

Rich FitzJohn