diff options
Diffstat (limited to 'devel/R-cran-interp/pkg-descr')
-rw-r--r-- | devel/R-cran-interp/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/R-cran-interp/pkg-descr b/devel/R-cran-interp/pkg-descr new file mode 100644 index 000000000000..14a700e11231 --- /dev/null +++ b/devel/R-cran-interp/pkg-descr @@ -0,0 +1,7 @@ +Bivariate data interpolation on regular and irregular grids using linear or +spline methods. + +Provides FOSS replacements for ACM-licensed akima and tripack functions with +backward compatibility. Includes linear interpolation, Akima's irregular grid +spline interpolation, partial derivative estimators, and triangulation +algorithms. |