View source: R/geoR_dist_functions.R
Prepare loc.dist for idw special case
1 | Prep_loc_dist(loc.dist, nmin = 1, nmax, max.dist)
|
loc.dist |
Matrix of distances between data (rows) and locations (cols) |
nmin |
if the number of nearest observations within distance maxdist is less than nmin, a missing value will be generated; see maxdist |
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. By default, all observations are used |
max.dist |
Maximum distance radius for neighbours search in the idw interpolation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.