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
RMball.Rd
\name{RMball}
\alias{RMball}
\title{RMball}
\description{
  \command{RMball} referes to the indicator function of a ball
 with radius 1.
}
\usage{
RMball()
}
\seealso{
  \command{\link{RMpolygon}}
  \command{\link{RMspheric}},
 \command{\link{RFsimulate}},
 \command{\link{RMmodel}}.
}

\author{Martin Schlather, \email{schlather@math.uni-mannheim.de}
 \url{http://ms.math.uni-mannheim.de}
}
\keyword{spatial}
\examples{
RFoptions(seed=0)
\dontshow{\dontrun{
model <- RPcoins(shape=RMball())
x <- seq(0, 10, if (interactive()) 0.02 else 1) 
plot(RFsimulate(model, x=x))
}}
\dontshow{RFoptions(seed=NA)}
}
back to top