Last data update: 2014.03.03

R: Class "preCKrigePolygons" ~~~
preCKrigePolygons-classR 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 and summary method.

Objects from the Class

Objects can be created by calls of the form new("preCKrigePolygons", ...).

Slots

covmat:

Object of class "list"

se.covmat:

Object of class "list"

pixconfig:

Object of class "list"

pixcovmat:

Object of class "matrix"

model:

Object of class "list" ~~

data:

Object of class "data.frame"

polygons:

Object of class "list"

Methods

CKrige

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

Author(s)

Christoph Hofer

References

See Also

preCKrige, preCKrigePoints

Examples

showClass("preCKrigePolygons")

Results