Learn R Programming

constrainedKriging (version 0.2-11)

preCKrigePolygons-class: 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.

Arguments

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

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

See Also

preCKrige, preCKrigePoints

Examples

Run this code
showClass("preCKrigePolygons")

Run the code above in your browser using DataLab