RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
model <- RMvector(RMgauss(), scale=0.3)
x <- seq(0, 10, if (interactive()) 0.4 else 3)
plot(RFsimulate(model, x=x, y=x, z=0), select.variables=list(1:2))
FinalizeExample()
Run the code above in your browser using DataLab