prepar_vario {RIntaros}R Documentation

Caculate Experimental Variogram

Description

Caculate Experimental Variogram

Usage

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, ...)

Arguments

dbin

The db-class structure containing the IMR data.

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 vario.plot.

Value

A vario-class structure containing the resulting Experimental Variogram.


[Package RIntaros version 1.1 Index]