preCKrigePolygons-class {constrainedKriging}R Documentation

Class preCKrigePolygons

Description

Class of objects that are generated by preCKrige if the attribute newdata is of the class
SpatialPolygons” or “SpatialPolygonsDataFrame”. 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.

se.covmat:

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

pixconfig:

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

pixcovmat:

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

model:

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

data:

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

polygons:

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

Methods

CKrige

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

Author(s)

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

See Also

preCKrige, preCKrigePoints

Examples

showClass("preCKrigePolygons")

[Package constrainedKriging version 0.2-7 Index]