Learn R Programming

rlibkriging (version 0.7-4.3)

as.km: 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, ...)

Value

An object with S4 class "km".

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.