as.km: Coerce an Object into a 'km' Object

View source: R/allGenerics.R

as.kmR 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".


rlibkriging documentation built on May 29, 2024, 1:40 a.m.