RMset, RMptsGivenShape, RMstandardShape, RMpoissonShape :
for max-stable processes and Poisson processes:
models that combine shape functions with corresponding point processes
RFoptions(seed=0)
## in the following 'try' the model 'RMtbmIntern' appearsmodel <- RPtbm(RMexp())
x <- seq(0, 10, 1)
try(RFsimulate(model, x=x)) ## failsRFoptions(seed=NA)