https://github.com/cran/RandomFields
Raw File
Tip revision: 874b82c3a0dd003dfee489f8e4cecf60c4149d18 authored by Martin Schlather on 14 July 2004, 00:00:00 UTC
version 1.1.13
Tip revision: 874b82c
source.R

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

q()

.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")
} else q()
back to top