plot.fitgeo: Plot a nonparametric geostatistical model

View source: R/np.geo.R

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

Value

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

See Also

np.fitgeo.

Examples

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

npsp documentation built on May 4, 2023, 1:07 a.m.