plot.fitgeo | R Documentation |
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, ...)
x |
a nonparametric geostatistical model object.
Typically an output of |
y |
ignored argument. |
main.trend |
title for the trend plot. |
main.svar |
title for the semivariogram plot. |
... |
additional graphical parameters
(to be passed to |
No return value, called for side effects (generate the plot).
np.fitgeo
.
geomod <- np.fitgeo(aquifer[,1:2], aquifer$head)
plot(geomod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.