Major Revisions {RandomFields}R Documentation

Documentation of major changings

Description

This man pages documents some major changings in RandomFields.

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)

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, if (interactive()) 0.1 else 2)
model <- RMexp()
plot(RFsimulate(model, x)) ## S4
plot(RFsimulate(model, x, spConform=FALSE)) ## no class




[Package RandomFields version 3.0.62 Index]