| plot.VarioEsts | R Documentation |
This function plots a VarioEsts object, over the lags used to estimate the variogram values.
## S3 method for class 'VarioEsts'
plot(x, type = "l", xlab = "Lag (h)", ylab = expression(gamma(h)), ...)
x |
A VarioEsts S3 object. |
type |
Defaults to |
xlab |
Defaults to |
ylab |
Defaults to |
... |
Additional plotting arguments, refer to graphics::par. |
A plot of a VarioEsts S3 object.
plot(to_vario(standard_est(c(1, 2, 3))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.