KriSp.methods {KriSp} | R Documentation |
These functions are all methods
for class sparse
objects.
summary(object, ...) print(x, digits = max(3, getOption("digits") - 3),...) residuals(object, ...) resid(object, ...) fitted(object, ...) fitted.values(object, ...) coef(object, ...) coefficients(object, ...)
object,x |
an object of class sparse , typically the result
of a call to Krig.sparse or Krig.simple.sparse . |
digits |
a non-null value for digits specifies the minimum number of
significant digits to be printed in values. If digits is
NULL , the value of digits set by options is used. |
... |
further arguments passed to or from other methods. |
Krig.sparse
, Krig.simple.sparse
.