R/Class-preCKrigePolygons.R

# # # Definition of the preCKrigePolygons class
# # # Christoph Hofer, 30-03-2010
setClass(
    	Class = "preCKrigePolygons",
	representation( covmat = "list", se.covmat = "list", pixconfig = "list",
	    		pixcovmat = "matrix",  model = "list", data = "data.frame",
	    		polygons = "list" ),
	prototype = list(),
	sealed = T,
	S3methods = F
)

Try the constrainedKriging package in your browser

Any scripts or data that you put into this service are public.

constrainedKriging documentation built on May 2, 2019, 4:51 a.m.