Learn R Programming

RandomFields (version 3.0.62)

RMmodel-class: Class RMmodel

Description

Class for RandomField's representation of explicit covariance models

Arguments

Creating Objects

Objects are created by calling a function of class RMmodelgenerator

See Also

RMmodelgenerator RMmodel

Examples

Run this code
# see RMmodel for introductory examples


# Compare:
model <- RMexp(scale=2) + RMnugget(var=3)
str(model)  ## S4 object as default in version 3 of RandomFields

model <- summary(model)
str(model)  ## list style as in version 2 of RandomFields
            ## see also 'spConform' in 'RFoptions' to make this style
            ## the default


FinalizeExample()

Run the code above in your browser using DataLab