https://github.com/cran/fields
Raw File
Tip revision: bdf28d936662c1307cf83ef43b5653e8aac3b657 authored by Doug Nychka on 15 July 2013, 00:00:00 UTC
version 6.8
Tip revision: bdf28d9
gauss.cov.r
# fields, Tools for spatial data
# Copyright 2004-2011, Institute for Mathematics Applied Geosciences
# University Corporation for Atmospheric Research
# Licensed under the GPL -- www.gpl.org/licenses/gpl.html
"gauss.cov" <- function(...) {
    Exp.cov(..., p = 2)
}
back to top