MajorRevisions: Documentation of major changings

Description 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) Examples

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)

Examples

1
2
3
4
5
6
7
8
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

RandomFields documentation built on Jan. 19, 2022, 1:06 a.m.