Last data update: 2014.03.03

R: Class "preCKrigePoints"
preCKrigePoints-classR Documentation

Class "preCKrigePoints"

Description

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

Objects from the Class

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

Slots

covmat:

Object of class "list"

posindex:

Object of class "list"

model:

Object of class "list"

data:

Object of class "data.frame"

coords:

Object of class "matrix"

Methods

CKrige

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

Author(s)

Christoph Hofer christoph.hofer@alumni.ethz.ch

See Also

preCKrige, preCKrigePolygons

Examples

showClass("preCKrigePoints")

Results