covMat {rlibkriging} | R Documentation |
covariance function
Description
Compute the covariance matrix of a model given in object
,
between given set of points.
Usage
covMat(object, ...)
Arguments
object |
An object representing a fitted model. |
... |
Further arguments of function (eg. points, range). |
Value
The covariance matrix.
[Package rlibkriging version 0.9-2.1 Index]