Predict with a model fit resulting from modelKriging.
Usage
## S3 method for class 'modelKriging':
predict(object, x, ...)
Arguments
object
fit of the Kriging model (settings and parameters), of class modelKriging.
x
list of samples to be predicted
...
further arguments, not used
Value
Returned value depends on the setting of object$predAll
TRUE: list with function value (mean) $y and uncertainty estimate $s (standard deviation)
FALSE:$yonly