model.sample {RGeostats}R Documentation

Sample a Model in a Variogram

Description

Sample a Model in a Variogram

Usage

model.sample(model, dirvect = NA, lag = 1, nlag = NA, 
flag.norm=FALSE, as.cov = FALSE)

Arguments

model

The model-class Class containing the Model to be fitted For more information check check.model.

dirvect

The directions in which the variogram must be calculated. For more information, refer to get.directions

lag

Array containing the distance lags for each calculation direction.

nlag

Array containing the number of lags for each calculation direction. If not defined, the defaulted number of lags is set to 10.

flag.norm

If TRUE, the variogram is normalized by the variable variance before it is returned

as.cov

If TRUE, the structure is represented as a covariance; otherwise it is represented as a variogram.

Value

An experimental vario-class structure.

See Also

db-class, vario-class,


[Package RGeostats version 14.0.10 Index]