https://github.com/cran/RandomFields
Raw File
Tip revision: 683e381531c37e8e7224edd899422f119d926418 authored by Martin Schlather on 21 January 2014, 00:00:00 UTC
version 3.0.10
Tip revision: 683e381
RFoldstyle.Rd
\name{RFoldstyle}
\alias{RFoldstyle}
\title{RFoldstyle}
\description{
 This functions is written only for packages writers who have based
 their code on RandomFields version 2.

 It avoids warnings if the old style is used.
 
 }
\usage{
RFoldstyle(old=TRUE) 
}
\arguments{
 \item{old}{logical}
}
\value{
 \code{NULL}
}

\note{
  see \sQuote{doc/version2.pdf} for partial documentation of the former
  functions. Note that the documentation is not maintained.
}

\author{
 Martin Schlather, \email{schlather@math.uni-mannheim.de}
 \url{http://ms.math.uni-mannheim.de}
}

\examples{
RFoptions(seed=0)
  RFoldstyle()
\dontshow{RFoldstyle(FALSE)}
\dontshow{RFoptions(seed=NA)}
}

\keyword{spatial}


back to top