| RFgetModel {RandomFields} | R Documentation |
The function returns the stored model.
RFgetModel(register, explicite.natscale, show.call=FALSE,
origin="original")
register |
0,...,21 or an evaluating function,
e.g. |
explicite.natscale |
logical. Advanced option.
If missing, then the model is returned as stored.
If |
show.call |
logical or character. If If |
origin |
character; one of |
Whereas
RFgetModel returns a model that can be re-used
by the user,
RFgetModelInfo can return detailed information.
The stored model is returned in list format.
Put Storing=TRUE, see RFoptions,
if you like to have (more)
internal information in case of failure of an initialization of
a random field simulation.
Martin Schlather, schlather@math.uni-mannheim.de, http://ms.math.uni-mannheim.de
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set ## RFoptions(seed=NA) to make them all random again model <- RMexp(scale=4, var=2) + RMnugget(var=3) + RMtrend(mean=1) z <- RFsimulate(model, 1:4) RFgetModel(show.call=FALSE) RFgetModel(show.call=TRUE)