PrintModelList
prints the list of currently implemented models
including the corresponding simulation methods
PrintModelList(operators=FALSE, internal=FALSE, newstyle=TRUE)
PrintModelList
and
internal=2
, variants of internal models are also printed.
FALSE
then only the old style model names (Version 2
and earlier) are shown. These names can still be used in the list
definition of models, see RMmodelsAdvanced.
If TRUE
then the standard names will also be shown.
PrintModelList
prints a table of the currently implemented covariance
functions and the matching methods.
PrintModelList
returns NULL
.
RFgetModelNames
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
PrintModelList()
Run the code above in your browser using DataLab