Skip to content
Prev 21120 / 29559 Next

(Linear) interpolation in three (or more) dimensions

package gstat offers simple 3D interpolation (idw, kriging), e.g.

library(gstat)
example(gstat3D)

and also spatio-temporal kriging; some memory limitations there may be
dealt with by using local kriging (see ?krigeST).
On 06/03/2014 08:27 AM, Mark Payne wrote: