RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
StartExample(reduced=20)
model <- RMexp(var=1.62 / 2)
binary.model <- RPbernoulli(RMbr2bg(model))
x <- seq(0, 10, 0.05)
z <- RFsimulate(RPschlather(binary.model), x, x)
plot(z)
FinalizeExample()
Run the code above in your browser using DataLab