invdist {RGeoS} | R Documentation |
Interpolate a variable defined on a grid by Inverse Distance Method
invdist(dbin, dbout, exponent = 2, flag.expand = TRUE, dmax = NA, radix = NA, modify.target = TRUE)
dbin |
The |
dbout |
The |
exponent |
Exponent applied to the inverse distance weighting function |
flag.expand |
When set to TRUE, the grid can be extrapolated. Otherwise any extrapolated sample will be set to NA |
dmax |
Maximum distance between target and data. This parameter is used only when the Input |
radix |
Radix of the name given to the variables storing the results in the target |
modify.target |
When TRUE, the kriging results (estimation or standard deviation) are set as new target variables in the output |
The target db-class
where the interpolated variable has been added.