Learn R Programming

⚠️There's a newer version (0.6-3.6) of this package.Take me there.

akima (version 0.6-2.3)

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.

Copy Link

Version

Install

install.packages('akima')

Monthly Downloads

8,689

Version

0.6-2.3

License

ACM | file LICENSE

Maintainer

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

Last Published

November 2nd, 2021

Functions in akima (0.6-2.3)

akima

Waveform Distortion Data for Bivariate Interpolation
interp2xyz

From interp() Result, Produce 3-column Matrix
bicubic.grid

Bicubic Interpolation for Data on a Rectangular grid
bilinear

Bilinear Interpolation for Data on a Rectangular grid
interp

Gridded Bivariate Interpolation for Irregular Data
bicubic

Bivariate Interpolation for Data on a Rectangular grid
aspline

Univariate Akima interpolation
bilinear.grid

Bilinear Interpolation for Data on a Rectangular grid
interpp.old

Pointwise Bivariate Interpolation for Irregular Data
interp.old

Gridded Bivariate Interpolation for Irregular Data
franke.data

Test datasets from Franke for interpolation of scattered data
interpp

Pointwise Bivariate Interpolation for Irregular Data
akima760

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