summaryIntamap {intamap} | R Documentation |
summary function for intamap
-objects of the type described in
intamap-package
summaryIntamap(object, ...) ## S3 method for class 'copula': summary(object, ...) ## S3 method for class 'idw': summary(object, ...) ## S3 method for class 'automap': summary(object, ...) ## S3 method for class 'linearVariogram': summary(object, ...) ## S3 method for class 'transGaussian': summary(object, ...) ## S3 method for class 'yamamoto': summary(object, ...)
object |
a list object. Most arguments necessary for interpolation
are passed through this object. See intamap-package for further
description of the necessary content of this variable |
... |
parameters to be passed to the default summary function for each element |
A summary of some of the elements of object
.
Jon Olav Skoien