if $\phi$ is a covariance model.
Here $\Gamma$ is the Gamma function; $W$ is the Whittle-Matern model (RMwhittle).
RMmastein(phi, nu, delta, var, scale, Aniso, proj)
RFoptions(seed=0)
model <- RMmastein(RMgauss(), nu=1, delta=10)
x <- seq(0, 10, if (interactive()) 0.1 else 3)
plot(RFsimulate(model, x=x, y=x))
RFoptions(seed=NA)
Run the code above in your browser using DataLab