https://github.com/cran/fields
Revision ea2b30f6f8a1b8773b9b602e7532d52bb4e9c27e authored by Doug Nychka on 24 May 2001, 00:00:00 UTC, committed by Gabor Csardi on 24 May 2001, 00:00:00 UTC
1 parent ac05922
Raw File
Tip revision: ea2b30f6f8a1b8773b9b602e7532d52bb4e9c27e authored by Doug Nychka on 24 May 2001, 00:00:00 UTC
version 1.1
Tip revision: ea2b30f
WD42d.r
"WD42d" <-
function (x) 
{
    t(WD4(t(WD4(x))))
}
back to top