https://github.com/cran/RandomFields
Raw File
Tip revision: b84a6da4ccffd3c68d7dec6274e2005252119035 authored by Martin Schlather on 05 November 2015, 08:31:24 UTC
version 3.1.3
Tip revision: b84a6da
RFoldstyle.Rd
\name{RFoldstyle}
\alias{RFoldstyle}
\title{RFoldstyle}
\description{
 This functions is written only for package writers who have based
 their code on RandomFields version 2.

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

%\note{
%  see for partial documentation of the former
%  functions. Note that the documentation is not maintained.
%}
\seealso{
 See \sQuote{\href{../doc/version.pdf}{version2}}
 for details on the commands of version 2.
}

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

\examples{
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again

GaussRF(x=1:10, model="exp", param=c(0,1,0,1), grid=TRUE)

RFoldstyle()
GaussRF(x=1:10, model="exp", param=c(0,1,0,1), grid=TRUE)

\dontshow{RFoldstyle(FALSE)}
\dontshow{FinalizeExample()}
}

\keyword{spatial}


back to top