RMdewijsian(alpha, var, scale, Aniso, proj)
RMmodel
The modified RMdewijsian
model
$\gamma(r) = \log(r^{\alpha}+1)$ is a valid variogram model
(cf. Wackernagel, H. (2003), p. 336).
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
StartExample()
model <- RMdewijsian(alpha=1)
x <- seq(0, 10, 0.02)
plot(model)
plot(RFsimulate(model, x=x))
FinalizeExample()
Run the code above in your browser using DataLab