| PrintModelList {RandomFields} | R Documentation |
PrintModelList prints the list of currently implemented models
including the corresponding simulation methods.
PrintModelList(operators=FALSE, internal=FALSE, newstyle=TRUE)
operators |
logical. Flag whether operators should also be considered. |
internal |
logical. Flag whether internal models should also be considered. In case of |
newstyle |
logical. If |
See RMmodel for a description of the models and their use.
PrintModelList prints a table of the currently implemented covariance
functions and the matching methods.
PrintModelList returns NULL.
From version 3.0 on, the command PrintModelList()
is replaced by the call
RFgetModelNames(internal=FALSE).
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 PrintModelList()