Learn R Programming

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

akima (version 0.5-12)

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 526 and ACM 761, regular data: ACM 433) and univariate case (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.

Copy Link

Version

Install

install.packages('akima')

Monthly Downloads

8,689

Version

0.5-12

License

ACM | file LICENSE

Maintainer

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

Last Published

September 15th, 2015

Functions in akima (0.5-12)

interp

Gridded Bivariate Interpolation for Irregular Data
akima760

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

Pointwise Bivariate Interpolation for Irregular Data
akima

Waveform Distortion Data for Bivariate Interpolation
bicubic.grid

Bivariate Interpolation for Data on a Rectangular grid
aspline

Univariate Akima interpolation
interp2xyz

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

Bivariate Interpolation for Data on a Rectangular grid