This is an advanced topic which refers to the internal representation of models
RMmodelgenerator
RP,
RRRFoptions(seed=0)
z <- RFsimulate(model=RMexp(), 1:10)
str(RFgetModel(RFsimulate, show.call = TRUE))
str(RFgetModel(RFsimulate, show.call = FALSE))
RFoptions(seed=NA)
Run the code above in your browser using DataLab