interp-package | R Documentation |
Interpolation of z
values given regular or irregular gridded
data sets containing coordinates (x_i,y_i)
and function values
z_i
is (will be) available through this package. As this
interpolation is (for the irregular gridded data case) based on
trianglation of the data locations also triangulation functions are
implemented. Moreover the (not yet finished) spline interpolation
needs estimators for partial derivates, these are also made available
to the end user for direct use.
The interpolation use can be divided by the used method into piecewise linear (finished in 1_0.27) and spline (not yet finished) interpolation and by input and output settings into gridded and pointwise setups.
This package is a FOSS replacement for the ACM licensed packages
akima
and tripack
. The function calls are backward
compatible.
Albrecht Gebhardt <albrecht.gebhardt@aau.at>, Roger Bivand <roger.bivand@nhh.no>
Maintainer: Albrecht Gebhardt <albrecht.gebhardt@aau.at>
interp
, tri.mesh
,
voronoi.mosaic
, locpoly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.