https://github.com/cran/fields
Revision dfa052fb2ef5123da2a34921b1e753dc8de9c613 authored by Doug Nychka on 13 January 2003, 00:00:00 UTC, committed by Gabor Csardi on 13 January 2003, 00:00:00 UTC
1 parent 4ea1eee
Raw File
Tip revision: dfa052fb2ef5123da2a34921b1e753dc8de9c613 authored by Doug Nychka on 13 January 2003, 00:00:00 UTC
version 1.4
Tip revision: dfa052f
summary.spatial.design.r
"summary.spatial.design" <-
function (x, digits = 4, ...) 
{
    class(x) <- ("summary.spatial.design")
    x
}
back to top