https://github.com/cran/RandomFields
Revision 61bd8f8963fbc3ea040920b5bc353f2710de8dfc authored by Martin Schlather on 25 October 2005, 00:00:00 UTC, committed by Gabor Csardi on 25 October 2005, 00:00:00 UTC
1 parent 69a583c
Raw File
Tip revision: 61bd8f8963fbc3ea040920b5bc353f2710de8dfc authored by Martin Schlather on 25 October 2005, 00:00:00 UTC
version 1.3.7
Tip revision: 61bd8f8
RFtest.info.R
# source("RFtest.info.R")

if (EXTENDED.TESTING <- file.exists("source.R")) source("source.R")

str(GetRegisterInfo(0))

cat("-------------------------------------------\n")
try(GaussRF(1:4, grid=TRUE, model="exp", param=c(1,2,3,4)))
str(GetRegisterInfo(0))

try(GaussRF(runif(4), grid=FALSE, model="exp", param=c(1,2,3,4), me="ci"))
str(GetRegisterInfo(0, TRUE))

back to top