model.sample {RGeoS} | R Documentation |
Sample a Model in a Variogram
model.sample(model, dirvect = NA, lag = 1, nlag = NA, 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. |
as.cov |
If TRUE, the structure is represented as a covariance; otherwise it is represented as a variogram. |
An experimental vario-class
structure.