Spatial Correlation Models
corModelExponential(distance.matrix, range) corModelGaussian(distance.matrix, range) corModelCauchy(distance.matrix, range, extrap) corModelSpherical(distance.matrix, range) corModelCubic(distance.matrix)
| distance.matrix | The distance matrix for sampled sites |
|---|---|
| range | The range that determines how quickly covariance among sites tapers |
| extrap | Smoothness parameter (optional) |
Correlation Matrix
corModelGaussian: Gaussian Correlation Structure
corModelCauchy: Cauchy Correlation Structure
corModelSpherical: Spherical Correlation Structure
corModelCubic: Cubic Correlation Structure