Evaluate Covariance and Variogram Functions
RFfctn
returns the values of a shape function.
RFfctn(model, x, y = NULL, z = NULL, T = NULL, grid, params, distances, dim,...)
model,params |
object of class |
x |
vector of x coordinates, or object of class |
y,z |
optional vectors of y (z) coordinates, which should not be given if |
T |
optional vector of time coordinates, |
grid |
logical; the function finds itself the correct value in nearly all cases, so that usually |
distances,dim |
another alternative for the argument |
... |
for advanced use: further options and control arguments for the simulation that are passed to and processed by |
RFcovmatrix
also allows for variogram models. Then the negative of the
variogram matrix is returned.
RFfctn
returns a vector.
Martin Schlather, schlather@math.uni-mannheim.de, https://www.wim.uni-mannheim.de/schlather/
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set ## RFoptions(seed=NA) to make them all random again model <- RMexp() - 1 RFfctn(model, 1:10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.