Plots the trend estimates and the fitted variogram model.

# S3 method for fitgeo
plot(x, y = NULL, main.trend = "Trend estimates", main.svar = NULL, ...)

Arguments

x

a nonparametric geostatistical model object. Typically an output of np.fitgeo.

y

ignored argument.

main.trend

title for the trend plot.

main.svar

title for the semivariogram plot.

...

additional graphical parameters (to be passed to simage for trend plotting).

Value

No return value, called for side effects (generate the plot).

See also

Examples

geomod <- np.fitgeo(aquifer[,1:2], aquifer$head)
plot(geomod)