plot.kriging {kriging} | R Documentation |
Plot Semivariogram
Description
Plots distance versus semivariance with a fitted curve indicating the model used.
Usage
## S3 method for class 'kriging'
plot(x, main = "Semivariogram", xlab = "Distance", ylab = "Semivariance", ...)
Arguments
x |
object of class |
main |
See par. |
xlab |
See par. |
ylab |
See par. |
... |
arguments, passed to plot.default. |
Author(s)
Omar E. Olmedo
See Also
[Package kriging version 1.2 Index]