| RMcovariate {RandomFields} | R Documentation |
The model makes covariates available.
RMcovariate(c, x, y=NULL, z=NULL, T=NULL, grid, var, scale,
Aniso, proj, raw, norm, addNA, factor)
scale, Aniso, proj, var |
optional arguments; same meaning for any
|
c |
vector or matrix of data |
x,y,z,T,grid |
optional.
The usual arguments as in |
raw |
logical. If If Default: FALSE |
norm |
optional model that gives the norm between locations |
addNA |
If |
factor |
real value. From users point of view very much the same
as setting the argument |
.
The functions interpolates (nearest neighbour) between the values.
RMcovariate returns an object of class RMmodel
c, x,
also accept lists of data. However, its use is not in an advanced
stage yet.
Martin Schlather, schlather@math.uni-mannheim.de
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set ## RFoptions(seed=NA) to make them all random again z <- 0.2 + (1:10) RFfctn(RMcovariate(z), 1:10) RFfctn(RMcovariate(z, 1:10), c(2, 2.1, 2.5, 3))