covar {npsp} | R Documentation |
Covariance values
Description
Computes covariance values (or pseudo-covariances) given a variogram model or covariance estimates given a semivariogram estimate.
Usage
covar(x, h, ...)
## S3 method for class 'svarmod'
covar(x, h, sill = x$sill, discretize = FALSE, ...)
## S3 method for class 'np.svar'
covar(x, h, sill = NULL, ...)
Arguments
x |
variogram model ( |
h |
vector (isotropic case) or matrix of lag values. |
... |
further arguments passed to or from other methods. |
sill |
(theoretical or estimated) variance |
discretize |
logical. If |
Value
A vector of (pseudo) covariance values or covariance estimates.
See Also
[Package npsp version 0.7-13 Index]