RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
\dontrun{
x <- seq(-1.2, 1.2, len=if (interactive()) 70 else 3)
model <- RMnonstwm(nu=RMgauss())z <- RFsimulate(model=model, x, x, n=4)
plot(z)
}
FinalizeExample()
Run the code above in your browser using DataLab