plot.kriging: Plot Semivariogram

View source: R/methods.R

plot.krigingR 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 kriging.

main

See par.

xlab

See par.

ylab

See par.

...

arguments, passed to plot.default.

Author(s)

Omar E. Olmedo

See Also

kriging.


kriging documentation built on June 25, 2022, 1:06 a.m.