RandomFields (version 2.0.71)

DeleteRegister: Deleting Intermediate Results

Description

DeleteRegister deletes an internal register of the random field simulation

DeleteAllRegisters deletes all internal registers

Usage

DeleteRegister(nr=0)
DeleteAllRegisters()

Arguments

nr
number of the register to be deleted; in 0:9

Value

  • NULL.

Details

DeleteRegister and DeleteAllRegister should be used if
  1. the simulations are finished and there is not enough memory available to continue the R session, andRFparameters()$Storinghas beenTRUE.
  2. one of the parametersRFparameters()$StoringorRFparameters()$PracticalRange((orRFparameters()$TBM.method, once this parameter is available)) has been changed by the user, and if these options should become global.
See GaussRF and RFparameters for further details.

See Also

GaussRF, RandomFields and RFparameters.

Examples

Run this code
DeleteAllRegisters() ## no effect visible for the user

Run the code above in your browser using DataCamp Workspace