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, if (interactive()) 0.1 else 3)
plot(RFsimulate(model, x=x, y=x))
FinalizeExample()
Run the code above in your browser using DataLab