...
can take model specific arguments. %Argument
%corresponding to specific covariance modelvar
is the optional variance argument$v$,scale
the optional scale argument$s$,Aniso
an optional anisotropy matrix$A$or given byproj
is the optional projection vector which defines a
diagonal matrix of zeros and ones andproj
gives 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