Skip to content
Prev 154769 / 398503 Next

Interpolation Problems

Steve Murray <smurray444 <at> hotmail.com> writes:
Yes, interp() is not intended to points on grid lines. My suggestion would 
be to review the Spatial task view on CRAN, and possibly to post to the 
R-sig-geo list. Note that the metric may need to be spherical if you are
close to the Poles. If you convert JanAv into a SpatialPointsDataFrame, with
an appropriate CRS("+proj=longlat") coordinate reference system, and
define a SpatialPixels object for the new grid, you may be able to use
idw() in gstat with a very limited search radius to do a simple interpolation
on the sphere.

Roger