View source: R/modelKrigingPredict.R
predict.modelKriging | R Documentation |
Predict with a model fit resulting from modelKriging
.
## S3 method for class 'modelKriging'
predict(object, x, ...)
object |
fit of the Kriging model (settings and parameters), of class |
x |
list of samples to be predicted |
... |
further arguments, not used |
Returned value depends on the setting of object$predAll
TRUE: list with function value (mean) object$y
and uncertainty estimate object$s
(standard deviation)
FALSE:object$y
only
modelKriging
simulate.modelKriging
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.