Reputation: 163
I am currently using the 'Akima' interp routine in order to do 2d linear interpolation. I'm currently trying to do linear interpolations as best as I can by excluding the bad datpoints and interpolated values that depend upon them. I don't want to do any spline fitting just linear interpolation.
I can think of two ways to do this using the existing akima package;
Each is a a bit of a pain and I'm sure there must be a better way or there must be a package to do one of the above as this I'm sure is a common problems that many have had.
Any recommendations for an alternative interpolation routine or method to use akima interp is greatly appreciated. Bob
Upvotes: 2
Views: 950