RandomFields
offers various tools for
plot(model)
.spConform=TRUE
.
This is the default.
IfspConform=FALSE
,
simple or simpler objects as in version 2 are returned.
These simple objects are frequently provided with an S3 classA list of major changings from Version 2 to Version 3 can be found in MajorRevisions.
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
# Compare:
model <- RMexp(scale=2) + RMnugget(var=3)
str(model) ## S4 object
model <- summary(model)
str(model) ## list style as in version 2 of RandomFields
FinalizeExample()
Run the code above in your browser using DataLab