...can take model specific arguments. %Argument
%corresponding to specific covariance modelvaris the optional variance argument$v$,scalethe optional scale argument$s$,Anisoan optional anisotropy matrix$A$or given byprojis the optional projection vector which defines a
diagonal matrix of zeros and ones andprojgives the
positions of the ones (integer values). In a space-time framework, also"space"and"time"are valid values.
Variogram models (stationary increments/intrinsically stationary)
Basic Operations
* product of covariance models
+ sum of covariance models or variograms
}
Basic models for mixed effect modelling
Others
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
## an example of a simple model
model <- RMexp(var=1.6, scale=0.5) + RMnugget(var=0) #exponential + nugget
plot(model)
FinalizeExample()Run the code above in your browser using DataLab