RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make plotthem all random again
model <- RMmastein(RMgauss(), nu=1, delta=10)
plot(RMexp(), model.mastein=model, dim=2)
x <- seq(0, 10, 0.1)
plot(RFsimulate(model, x=x, y=x))
Run the code above in your browser using DataLab