preCKrigePoints-class {constrainedKriging}R Documentation

Class "preCKrigePoints"

Description

Class of objects that are generated by preCKrige if the attribute newdata is of class
SpatialPoints” or “SpatialPointsDataFrame”. This class has a show, summary and a CKrige method.

Objects from the Class

Objects can be created by calls of the generic function preCKrige.

Slots

covmat:

Object of class "list", see preCKrige, section Value.

posindex:

Object of class "list", see preCKrige, section Value.

model:

Object of class "list", see preCKrige, section Value.

data:

Object of class "data.frame", see preCKrige, section Value.

coords:

Object of class "matrix", see preCKrige, section Value.

Methods

CKrige

signature(formula = "formula", data = "data.frame", locations = "formula", object = "preCKrigePoints", method = "numeric", ex.out = "logical")

Author(s)

Christoph Hofer, christoph.hofer@alumni.ethz.ch

See Also

preCKrige, preCKrigePolygons

Examples

showClass("preCKrigePoints")

[Package constrainedKriging version 0.2-7 Index]