setDefaultsLKinfo: Method for including default information in the LKinfo...

Description Usage Arguments Details Author(s) See Also

View source: R/setDefaultsLKinfo.R

Description

This method is used to define the various parts of the LatticeKrig model by including specific components in the LKinfo object. The specific instance of the function that is used depends on the geometry that has been specified. Typically one would would not need to use this method for a new geometry.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
setDefaultsLKinfo(object, ...)
## Default S3 method:
setDefaultsLKinfo(object, ...)
## S3 method for class 'LKRectangle'
setDefaultsLKinfo(object, ...)
## S3 method for class 'LKBox'
setDefaultsLKinfo(object, ...)
## S3 method for class 'LKRing'
setDefaultsLKinfo(object, ...)
## S3 method for class 'LKCylinder'
setDefaultsLKinfo(object, ...)
## S3 method for class 'LKInterval'
setDefaultsLKinfo(object, ...)
## S3 method for class 'LKSphere'
setDefaultsLKinfo(object,...)

Arguments

object

An object of class LKinfo.

...

Additional arguments to a specific method.

Details

This method is used to include some default settings or components in the LKinfo object and is called from LKrigSetup with the initial (or partial) LKinfo list that is formed from the information passed by the user to LKrigSetup.

In creating a new geometry this method is not required but can be used to include convenient default values and also some checks on the arguments passed to LKrigSetup. Often there are several arguments for a geometry that make sense to set to simplify the use or to avoid bad things ....

For the LKRing geometry the defaults values follow the logic:

For the LKSphere geometry the defaults values follow the logic:

Author(s)

Doug Nychka

See Also

LKrigSetup


LatticeKrig documentation built on Nov. 9, 2019, 5:07 p.m.