
RMexponential(phi, n, standardised, var, scale, Aniso, proj)
TRUE
then the above formula
holds. If FALSE
then only the nominator of the above formula is
returned. Default value is TRUE
.RMmodel
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
model <- RMexponential(RMfbm(alpha=1)) ## identical to RMexp()
plot(RMexp(), model=model, type=c("p", "l"), pch=20)
FinalizeExample()
Run the code above in your browser using DataLab