RMspheric
is a stationary isotropic covariance model
which is only valid up to dimension 3.
The corresponding covariance function only depends on the distance
$r \ge 0$ between two points and is given by
RMspheric(var, scale, Aniso, proj)
RMmodel
. If not passed, the above
covariance function remains unmodified.The covariance function has a finite range.
RMmodel
,
RFsimulate
,
RFfit
,
linkspherical models
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
model <- RMspheric()
x <- seq(0, 10, 0.02)
plot(model)
plot(RFsimulate(model, x=x))
Run the code above in your browser using DataLab