plot.fitgeo {npsp} | R Documentation |
Plot a nonparametric geostatistical model
Description
Plots the trend estimates and the fitted variogram model.
Usage
## S3 method for class 'fitgeo'
plot(x, y = NULL, main.trend = "Trend estimates", main.svar = NULL, ...)
Arguments
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 |
Value
No return value, called for side effects (generate the plot).
See Also
Examples
geomod <- np.fitgeo(aquifer[,1:2], aquifer$head)
plot(geomod)
[Package npsp version 0.7-13 Index]