idw_interp | R Documentation |
Fill in x to match cells available in y, using inverse distance weighted
interpolation. Interpolation is fitted using gstat::gstat()
;
the default parameters for gstat::gstat()
are "nmax=7" and "idp=.5", but
can be changed by providing arguments to this function (which will be passed
to gstat::gstat()
). See gstat::gstat()
for details on the available
parameters and their meaning.
idw_interp(x, y, nmax = 7, set = list(idp = 0.5), ...)
x |
the |
y |
the |
nmax |
the number of nearest observations that should be used for a
kriging prediction or simulation, where nearest is defined in terms
of the space of the spatial locations (see |
set |
named list with optional parameters to be passed to gstat
(only set commands of gstat are allowed, and not all of them may be
relevant; see the gstat manual for gstat stand-alone, URL and more details
in the |
... |
further parameters to be passed to |
a terra::SpatRaster
of the interpolated version of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.