eval.cmod: Evaluate covariance or semivariance model.
Description
eval.cmod evaluates the covariance
of a model based on the provided arguments. This
function will be deprecated in the future. Please use
the evaluate function.
Usage
eval.cmod(mod, d, coords = NULL)
Arguments
mod
A covariance or semivariance model.
d
An \(n \times m\) matrix of distances.
coords
Not used.
Value
Returns the evaluated model with necessary
components needed for estimate and
predict.