Description Usage Arguments Value
View source: R/make_stsemivariogram.R
Make a Semivariogram Matrix
1 2 3 4 5 6 7 8 9 10 | make_stsemivariogram(covparam_object, h_s_large, h_t_large, s_cor, t_cor)
## S3 method for class 'productsum'
make_stsemivariogram(covparam_object, h_s_large, h_t_large, s_cor, t_cor)
## S3 method for class 'sum_with_error'
make_stsemivariogram(covparam_object, h_s_large, h_t_large, s_cor, t_cor)
## S3 method for class 'product'
make_stsemivariogram(covparam_object, h_s_large, h_t_large, s_cor, t_cor)
|
covparam_object |
A covparam object |
h_s_large |
A spatial distance matrix of all spatio-temporal observations (if specified) |
h_t_large |
A temporal distance matrix of all spatio-temopral observations (if specified) |
s_cor |
The spatial correlation
|
t_cor |
The temporal correlation
|
A semivariogram matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.