Learn R Programming

akima (version 0.6-3.6)

Interpolation of Irregularly and Regularly Spaced Data

Description

Several cubic spline interpolation methods of H. Akima for irregular and regular gridded data are available through this package, both for the bivariate case (irregular data: ACM 761, regular data: ACM 760) and univariate case (ACM 433 and ACM 697). Linear interpolation of irregular gridded data is also covered by reusing D. J. Renkas triangulation code which is part of Akimas Fortran code. A bilinear interpolator for regular grids was also added for comparison with the bicubic interpolator on regular grids. Please note that most of the functions are now also covered in package interp, which is a re-implementation from scratch under a free license.

Copy Link

Version

Install

install.packages('akima')

Monthly Downloads

7,804

Version

0.6-3.6

License

file LICENSE

Maintainer

Fortran code by R J Renka R functions by Albrecht Gebhardt With contributions from Stephen Eglen stephenancedacuk

Last Published

June 2nd, 2025

Functions in akima (0.6-3.6)

interp2xyz

From interp() Result, Produce 3-column Matrix
interpp

Pointwise Bivariate Interpolation for Irregular Data
akima

Waveform Distortion Data for Bivariate Interpolation
interp

Gridded Bivariate Interpolation for Irregular Data
interp.old

Gridded Bivariate Interpolation for Irregular Data
bicubic

Bivariate Interpolation for Data on a Rectangular grid
akima760

Sample data from Akima's Bicubic Spline Interpolation code (TOMS 760)
bicubic.grid

Bicubic Interpolation for Data on a Rectangular grid
franke.data

Test datasets from Franke for interpolation of scattered data
aspline

Univariate Akima interpolation
bilinear.grid

Bilinear Interpolation for Data on a Rectangular grid
bilinear

Bilinear Interpolation for Data on a Rectangular grid
interpp.old

Pointwise Bivariate Interpolation for Irregular Data