vgm_fn | R Documentation |
R implementation of gstat variogram functions.
vgm_fn(model, dist, range, psill, nugget = 0, kappa = 0.5, ...)
model |
gstat model type. Currenty implemented: "Exp", "Sph", "Cir", "Gau", "Mat", "Bes", "Ste" |
dist |
Distance (h) |
range |
Range parameter of the variogram model. |
psill |
Partial sill of the variogram model. |
nugget |
Nugget parameter of the variogram model (default = 0) |
kappa |
Kappa parameter for Matern class variogram models (default = 0.5) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.