https://github.com/cran/RandomFields
Revision fd8767f69561ad4a36713cd73ca21c42d26fedab authored by Martin Schlather on 02 March 2011, 00:00:00 UTC, committed by Gabor Csardi on 02 March 2011, 00:00:00 UTC
1 parent 25ed515
Raw File
Tip revision: fd8767f69561ad4a36713cd73ca21c42d26fedab authored by Martin Schlather on 02 March 2011, 00:00:00 UTC
version 2.0.44
Tip revision: fd8767f
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