View source: R/NestedKrigingClass.R
| predict.NestedKriging | R Documentation |
NestedKriging object.Predict from a NestedKriging object.
## S3 method for class 'NestedKriging'
predict(object, x, return_stdev = TRUE, ...)
object |
S3 NestedKriging object. |
x |
Input points (matrix) where to predict. |
return_stdev |
Logical, return standard deviation (default TRUE). |
... |
Ignored. |
A list with elements mean and (optionally) stdev.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.