Registers.Rd
\name{DeleteRegister}
\alias{DeleteRegister}
\alias{DeleteAllRegisters}
\title{Deleting Intermediate Results}
\description{
\code{DeleteRegister} deletes an internal register of the random
field simulation
\code{DeleteAllRegisters} deletes all internal registers
}
\usage{DeleteRegister(nr=0)
DeleteAllRegisters()
}
\arguments{
\item{nr}{number of the register to be deleted; in 0:9}
}
\details{
\code{DeleteRegister} and \code{DeleteAllRegister} should be used if
\enumerate{
\item the simulations are finished and there
is not enough memory available to continue the R session,
and \code{\link{RFparameters}()$Storing} has been
\code{TRUE}.
\item one of the parameters
\code{\link{RFparameters}()$Storing} or
\code{\link{RFparameters}()$PracticalRange}
((or \code{\link{RFparameters}()$TBM.method},
once this parameter is available)) has been changed by
the user, and if these options should become
global.
}
See \link{GaussRF} and \link{RFparameters} for further details.
}
\value{
\code{NULL}.
}
\author{Martin Schlather, \email{schlath@hsu-hh.de},
\url{http://www.unibw-hamburg.de/WWEB/math/schlath/schlather.html}}
\seealso{\code{\link{GaussRF}}, \code{\link{RandomFields}} and \code{\link{RFparameters}}.}
\examples{
DeleteAllRegisters() ## no effect visible for the user
}
\keyword{spatial}