model.sample {RGeostats} | R Documentation |
Sample a Model in a Variogram
model.sample(model, dirvect = NA, lag = 1, nlag = NA, flag.norm=FALSE, as.cov = FALSE)
model |
The |
dirvect |
The directions in which the variogram must be calculated.
For more information, refer to |
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. |
An experimental vario-class
structure.