RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
model <- RPt(RMexp(), nu=2)
x <- seq(0, 10, if (interactive()) 0.1 else 2)
z <- RFsimulate(model, x, x, n=4)
plot(z)
FinalizeExample()
Run the code above in your browser using DataLab