prepar_model {RIntaros}R Documentation

Calculate Experimental Variogram and Fit the Model

Description

Calculate Experimental Variogram and Fit the Model

Usage

prepar_model(model = NA, dbin = NA, var = NA, dirvect = c(0, 45, 90, 135),
             vario_lag = 0.5, vario_nlag = 20, bench = 0, nbench = 0,
	     struct = c(1, 12), draw.model = TRUE, verbose = FALSE, ...)

Arguments

model

When a model-class structure is provided, this fitting step is bypassed.

dbin

The db-class structure containing the IMR data.

var

Name fo the Target variable

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

struct

Set of basic structures used for fitting the Model

draw.model

When TRUE, the experimental variogram and the fitted model are represented graphically.

verbose

Verbose flag

...

Arguments passed to prepar_vario and model.auto.

Value

A model-class structure containing the fitted Model


[Package RIntaros version 1.1 Index]