Spatial Correlation Models
Note that, currently, only three of these models are implemented in the sptotal
package: corModelExponential()
, corModelGaussian()
, and corModelSpherical()
.
corModelExponential(distance.matrix, range) corModelGaussian(distance.matrix, range) corModelSpherical(distance.matrix, range)
distance.matrix
: The distance matrix for sampled sitesrange
: The range that determines how quickly covariance among sites tapersCorrelation Matrix
corModelExponential()
: Exponential Correlation StructurecorModelGaussian()
: Gaussian Correlation StructurecorModelSpherical()
: Spherical Correlation Structure