RMcircular
is a stationary isotropic covariance model
which is only valid for dimensions $d \le 2 $.
The corresponding covariance function only depends on the distance $r \ge 0$ between
two points and is given by
RMcircular(var, scale, Aniso, proj)
RMmodel
. If not passed, the above
covariance function remains unmodified.RMcircular
returns an object of class RMmodel
RMmodel
,
RFsimulate
,
RFfit
.
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
model <- RMcircular()
x <- seq(0, 10, 0.02)
plot(model)
plot(RFsimulate(model, x=x))
Run the code above in your browser using DataLab