as.km {rlibkriging} | R Documentation |
Coerce an Object into a km
Object
Description
Coerce an object into an object with S4 class "km"
from the
DiceKriging package.
Usage
as.km(x, ...)
Arguments
x |
Object to be coerced. |
... |
Further arguments for methods. |
Details
Such a coercion is typically used to compare the performance of the methods implemented in the current rlibkriging package to those which are available in the DiceKriging package.
Value
An object with S4 class "km"
.
[Package rlibkriging version 0.8-0.1 Index]