Raw File
coef.Krig.R
# fields, Tools for spatial data
# Copyright 2004-2013, Institute for Mathematics Applied Geosciences
# University Corporation for Atmospheric Research
# Licensed under the GPL -- www.gpl.org/licenses/gpl.html
coef.Krig <- function(object, ...) {
    Krig.coef(object, ...)$d
}
back to top