R/Class-preCKrigePoints.R

# # # Definition of the preCKrigePoints class
# # # Christoph Hofer, 30-03-
setClass(
    	Class = "preCKrigePoints",
	representation( covmat = "list", posindex = "list", model = "list",
		    	data = "data.frame", coords = "matrix" ),
	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.