matrix_methods is not specified (default)
				$O(v n)$	$O(v
  n)$	covariance matrix is diagonal 
				see scale
back_steps (preparation) 
				$O(n S b^2)$
 	$O(S^2 b^2) + O(n)$ 
 	(simulation) 
matrix_methods is not specified (default)
 
			$O(v ^2 n k)$	$O(v
    (n + k))$	covariance matrix is diagonal
  
			see RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again
library(RandomFields, lib="~/TMP")
RFoptions(print = 3)
set.seed(1)
x <- runif(9000, 0, 500)
z <- RFsimulate(RMspheric(), x)
z <- RFsimulate(RMspheric(), x, max_variab=10000)FinalizeExample()Run the code above in your browser using DataLab