variogram_sews_predict | R Documentation |
Export the fitted variogram(s)
## S3 method for class 'variogram_sews_list'
predict(object, newdist = NULL, ...)
object |
An object produced by variogram_sews |
newdist |
A vector of distances at which to return the variogram fit values (defaults to 128 regularly-spaced values). |
... |
Additional arguments (ignored) |
A data.frame with the distances (column dist
), the fitted
values (gamma
), and if object contains more than one matrix,
a column 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.