https://github.com/cran/fields
Raw File
Tip revision: 673b12f5742085897437abdb2e305e070e27fa68 authored by Douglas Nychka on 18 December 2013, 00:00:00 UTC
version 6.9.1
Tip revision: 673b12f
gauss.cov.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
"gauss.cov" <- function(...) {
    Exp.cov(..., p = 2)
}
back to top