omni_semivariogram {gear} | R Documentation |
Compute an omnidirectional empirical semivariogram
Description
Compute an omnidirectional empirical semivariogram
Usage
omni_semivariogram(d, diff, cuts, npmin, type)
Arguments
d |
Vector of pairwise distances |
diff |
Vector of pairwise response differences |
cuts |
Cut points for bins |
npmin |
Minimum pairs of differences |
type |
Type of empirical semivariogram |
Value
A data.frame with the computed omnidirectional semivariogram
[Package gear version 0.3.4 Index]