GetRegisterInfo(register, ignore.active = FALSE, max.elements=10^6,
                meth=NULL, modelname=NULL)
GetModelInfo(register, modelreg, level=3, gatter=FALSE)
GetModel(register, modelreg, modus=0)0:9 are aliases for 10 internal registers, see also
    FALSE and the register has
    non-active flag (because of an error or it is deleted) then a list
    is returned that contains only the element active=FALSE.
    Otherwise, a more complete list is returned -- only fometh is given
    modelname  is given then
    modelname.
    If meth is given then the model within the method is returnGetRegisterInfo(register, ignore.active=TRUE) is
  useful for debugging and specialists' need to control
  the algorithm, see the examples in RFparameters
  and GaussRF.
  
  If ()$Storage=FALSE then values of
  the internal registers are not kept if GetRegisterInfo cannot
  provide any information.  GetModelInfo returns the complete information on the internal
  model structure. It allows for register=-1 returning the
  model structure for the last use of register=-2 is for internal use only.
  GetModel returns only the parts of the internal model structure
  that have been defined by the user.
  The modus is ignored if PracticalRange=FALSE
  in PracticalRange=TRUE
  the modus has the following effects
  
{the model is returned without the explicite scale transformation}
GaussRF(1:4, grid=TRUE, model="exp", param=c(1,2,3,4), Storing=TRUE)
Print(GetRegisterInfo(0))
# finally, a register that could not be successfully initialised
try(GaussRF(runif(4), grid=FALSE, model="exp", param=c(1,2,3,4),
            me="ci", Storing=TRUE))
if (interactive()) Print(GetRegisterInfo(0, TRUE))Run the code above in your browser using DataLab