Learn R Programming

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

akima (version 0.6-2)

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,364

Version

0.6-2

License

ACM | file LICENSE

Maintainer

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

Last Published

December 20th, 2016

Functions in akima (0.6-2)

interp

Gridded Bivariate Interpolation for Irregular Data
bilinear.grid

Bilinear Interpolation for Data on a Rectangular grid
interp.old

Gridded Bivariate Interpolation for Irregular Data
bicubic

Bivariate Interpolation for Data on a Rectangular grid
bilinear

Bilinear Interpolation for Data on a Rectangular grid
franke.data

Test datasets from Franke for interpolation of scattered data
aspline

Univariate Akima interpolation
bicubic.grid

Bicubic Interpolation for Data on a Rectangular grid
interp2xyz

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

Pointwise Bivariate Interpolation for Irregular Data
interpp

Pointwise Bivariate Interpolation for Irregular Data
akima760

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

Waveform Distortion Data for Bivariate Interpolation