Learn R Programming

npsp (version 0.7-13)

plot.fitgeo: Plot a nonparametric geostatistical model

Description

Plots the trend estimates and the fitted variogram model.

Usage

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

Value

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

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).

See Also

np.fitgeo.

Examples

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

Run the code above in your browser using DataLab