https://github.com/cran/RandomFields
Revision 6fb75ab304ae785fdefa87c0017d8d39dbb762d2 authored by Martin Schlather on 19 December 2005, 00:00:00 UTC, committed by Gabor Csardi on 19 December 2005, 00:00:00 UTC
1 parent 4d4c43e
Raw File
Tip revision: 6fb75ab304ae785fdefa87c0017d8d39dbb762d2 authored by Martin Schlather on 19 December 2005, 00:00:00 UTC
version 1.3.13
Tip revision: 6fb75ab
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 \command{\link{RFparameters}}\code{()$Storing} has been
    \code{TRUE}.
    
    \item one of the parameters
    \command{\link{RFparameters}}\code{()$Storing} or
    \command{\link{RFparameters}}\code{()$PracticalRange}
    ((or \command{\link{RFparameters}}\code{()$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{\command{\link{GaussRF}}, \code{\link{RandomFields}} and \command{\link{RFparameters}}.}

\examples{
 DeleteAllRegisters() ## no effect visible for the user
}
\keyword{spatial}





back to top