prepar_vario {RIntaros} | R Documentation |
Caculate Experimental Variogram
prepar_vario(dbin, dirvect = c(0, 45, 90, 135), vario_lag = 0.5, vario_nlag = 20, bench = 0, nbench = 0, draw.vario = FALSE, verbose = FALSE, ...)
dbin |
The |
dirvect |
Set of directions where the (horizontal) experimental variograms must be calculated. If not defined, an omni-directional is calculated instead. |
vario_lag |
Lag of the experimental variogram calculated |
vario_nlag |
Number of variogram lags to be calculated |
bench |
Slicing width (along Depth) used for Variogram calculation |
nbench |
Number of vertical slices (along Depth) used for calculating the variogram along Depth axis |
draw.vario |
When TRUE, the experimental variogram is represented |
verbose |
Verbose flag |
... |
Argument passed to |
A vario-class
structure containing the resulting Experimental
Variogram.