- coordx
Numeric (\(d\times 2\)) or (\(d\times 3\)) matrix
of spatial coordinates. Coordinates on a sphere are accepted
(lon/lat in decimal degrees) when distance = "Sphere".
- coordy
Optional numeric vector giving an additional spatial coordinate
dimension. Ignored if coordx is already a matrix.
- coordz
Optional numeric vector giving a third spatial coordinate
dimension.
- coordt
Optional numeric vector of temporal coordinates
(length \(t\)). If missing, a purely spatial random field is assumed.
- coordx_dyn
List of \(m\) matrices (\(d_t\times 2\))
containing time-varying spatial coordinates. See GeoKrig.
- corrmodel
Character string naming a valid correlation model.
See GeoCovmatrix for admissible choices.
- distance
Character string specifying the spatial distance.
Default is "Eucl" (Euclidean). See GeoFit.
- grid
Logical. If TRUE, coordinates are interpreted as
defining a regular grid (see GeoKrig).
- loc
Numeric (\(n\times 2\)) matrix of locations for which
the kriging weights are required.
- method
Character string indicating the matrix factorisation
used to solve the kriging system: "cholesky" (default) or "svd".
- model
Character string specifying the random field type
(e.g.\ "Gaussian", "SkewGaussian", "Gamma", …).
See GeoFit.
- n
Integer. Number of trials for Binomial random fields
(default 1).
- nloc
Integer. Number of trials for the prediction locations
in Binomial random fields (default 1).
- param
Named list of covariance and mean parameters.
See CorrParam and GeoCovmatrix.
- anisopars
List with components angle and ratio
defining geometric anisotropy (optional).
- radius
Positive numeric value: sphere radius when
coordinates are lon/lat (default 1).
- sparse
Logical. If TRUE, sparse‐matrix algorithms
(package spam) are employed. Only effective with compactly
supported covariance functions.
- time
Numeric vector of length \(m\) giving the temporal
instants for which weights are required. Ignored if coordt is
missing.
- which
Integer (1 or 2) selecting the variable whose
weights are returned in the bivariate case.
- copula
Character string naming a copula when a non-Gaussian
dependence structure is used ("Clayton" or "Gaussian").
- X
Numeric matrix of spatio-temporal covariates at data locations.
- Xloc
Numeric matrix of spatio-temporal covariates at
prediction locations.
- Mloc
Numeric; Vector of spatio(temporal) estimated means
associated to predicted locations.