RandomFields
offers various tools for
plot()model
.spConform=TRUE
.
This is the default.
IfspConform=FALSE
,
simple objects as in version 2 are returned.
These simple objects are frequently provided with an S3 classsummary
. See examples below.A list of 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(RMexp(scale=2) + RMnugget(var=3))
str(model) ## list style as in version 2 of RandomFields
FinalizeExample()
Run the code above in your browser using DataLab