Major Revisions {RandomFields}R Documentation

Documentation of major changings

Description

This man page documents some major changings in RandomFields.

Changes done in 3.1.0 (Summer 2015)

Corrections done in 3.0.56 (Jan 2015)

Corrections done in 3.0.55 (Jan 2015)

Major Revision: changings from Version 2 to Version 3 (Jan 2014)

Author(s)

Martin Schlather, schlather@math.uni-mannheim.de, https://www.wim.uni-mannheim.de/schlather/

Examples

RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again

## S4 vs S3
x <- seq(0, 10, 0.1)
model <- RMexp()
plot(RFsimulate(model, x)) ## S4
plot(RFsimulate(model, x, spConform=FALSE)) ## no class


[Package RandomFields version 3.3.14 Index]