RMid {RandomFields}R Documentation

Identical Model

Description

RMid is the identical function f(x) = x where x is a vector of coordinates and f(x) is a model value.

Usage

RMid()

Value

RMid returns an object of class RMmodel.

Author(s)

Martin Schlather, schlather@math.uni-mannheim.de, http://ms.math.uni-mannheim.de

See Also

RMmodel. RMid, RMtrafo, RMprod

Examples

RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again

## C(x,y) = < x, y >
RFcov(RMprod(RMid()), as.matrix(1:10), as.matrix(1:10), grid=FALSE)

[Package RandomFields version 3.3.8 Index]