powered by
Plots the trend estimates and the fitted variogram model.
# S3 method for fitgeo plot(x, y = NULL, main.trend = "Trend estimates", main.svar = NULL, ...)
No return value, called for side effects (generate the plot).
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
np.fitgeo.
geomod <- np.fitgeo(aquifer[,1:2], aquifer$head) plot(geomod)
Run the code above in your browser using DataLab