RMid: Identical Model

Description Usage Value See Also Examples

View source: R/RMmodels.R

Description

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

Usage

1
RMid()

Value

RMid returns an object of class RMmodel.

See Also

RMmodel. RMid, RMtrafo, RMprod

Examples

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

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