R/np.geo.R
plot.fitgeo.Rd
Plots the trend estimates and the fitted variogram model.
# S3 method for class 'fitgeo' plot(x, y = NULL, main.trend = "Trend estimates", main.svar = NULL, ...)
a nonparametric geostatistical model object. Typically an output of np.fitgeo.
np.fitgeo
ignored argument.
title for the trend plot.
title for the semivariogram plot.
additional graphical parameters (to be passed to simage for trend plotting).
simage
No return value, called for side effects (generate the plot).
np.fitgeo.
geomod <- np.fitgeo(aquifer[,1:2], aquifer$head) plot(geomod)