View source: R/task_variogram_indic.R
| extract_variogram | R Documentation | 
Extract the empirical variogram from a variogram_sews 
object
extract_variogram(x, ...)
x | 
 An object produced by   | 
... | 
 Additional arguments (ignored)  | 
A data.frame containing the variogram with the distances 
(column dist), the empirical semivariance values (gamma), 
and if object contains more than one matrix, a column named matrixn.
variogram_sews
 
vario_indics <- variogram_sews(serengeti)
predict(vario_indics)
vario_test <- indictest(vario_indics, nulln = 19)
predict(vario_test) # same result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.