interpolateIDW {spDates} | R Documentation |
Interpolate using inverse distance weighting.
Description
Interpolate using inverse distance weighting.
Usage
interpolateIDW(points, attr)
Arguments
points |
A SpatialPointsDataFrame object. |
attr |
A string. Name of the field with values to interpolate. |
Value
A RasterLayer.
[Package spDates version 1.1 Index]