https://github.com/cran/RandomFields
Revision 3e1677bce507891ade9a5f5824f95bc7b14fe71d authored by Martin Schlather on 08 August 1977, 00:00:00 UTC, committed by Gabor Csardi on 08 August 1977, 00:00:00 UTC
1 parent 6aa7805
Raw File
Tip revision: 3e1677bce507891ade9a5f5824f95bc7b14fe71d authored by Martin Schlather on 08 August 1977, 00:00:00 UTC
version 1.1.9
Tip revision: 3e1677b
source.R

library(RandomFields, lib=if (file.exists("/home/schlather/TMP/RandomFields"))
                       "~/TMP")

.path <- "/home/schlather/article/R/NEW.RF/RandomFields/R/"
if (file.exists(paste(.path, "rf.R", sep=""))) {
  Source <- function(x) {
    cat(x, "...\n")
    x <- paste(.path, x, sep="")
    source(x)
  }
  Source("D.H.R")
  Source("MLE.R")
  Source("ShowModels.R")
  Source("auxiliary.R")
  Source("convert.R")
  Source("empvario.R")
  Source("evalpar.R")
  Source("extremes.R")
  Source("getNset.R")
  Source("modelling.R")
  Source("rf.R")
}
back to top