RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
x <- seq(0, 2, 0.05)
model <- RMexp(Aniso=RMangle(angle=pi/4, ratio=3))
z <- RFsimulate(x, x, grid=TRUE, model=model)
plot(z)
FinalizeExample()
Run the code above in your browser using DataLab